Create Variable in Microflow

1
I have created a microflow that uses Create Variable activity to generate a random number. How do i paas this created no. From the Microflow as an object OR how will i be able to retrieve/use this value of the variable from the Microflow?
asked
1 answers
0

Hi Abdur,

 

If you are using this microflow as a sub microflow, then you should be able to return this variable as it is and without converting it into an object.

 

If you want to pass this variable to a Page or any other UI element, you will have to create it as an attribute in a entity and then pass that entity to the page/UI element.

answered