how to get value from a microflow a interger and display in page in mendix.

1
how to get value from a microflow a interger and display in page in mendix
asked
2 answers
0

Depends on what your exact case is, you could use the microflow label widget from the appstore for example.

answered
0

Create a non-persistent entity IntegerHelper with a single Integer attribute and return that object from the microflow instead of returning an integer. 

-Andrej
 

answered