Show variable data from microflow

0
Hi, I'm trying to receive the return value from a microflow on a page. But I can't find the right way. I created a microflow which returns a decimal created in the microflow. When I want to show this in a text field, I can't realy find a way to call the microflow to receive the returning decimal value. It's not a list of value’s, just one decimal value.   It seems very obvious to me, but I can't find the solution. 😅  
asked
2 answers
1

Hi  Bram,

Your page should contain a dataview that expects an object of a certain type. In this object you can have a (decimal) attribute that you can show on the page. Just drag and drop the attribute onto the dataview from the ‘connector’ tab in  Studio Pro.

When you create or change the object you can set the value of your decimal.

p.s.

It really helps a lot to follow some of the learning paths to get to know the basics quickly :)

 

answered
1

Hi Bram,

you can show it using a custom string widget. i found this widget from the app store

https://appstore.home.mendix.com/link/app/1426/

This might help you

Regards 

Sairam

answered