Using Return Value in Microflow

0
Hello, I have a value that I am using as a return in a microflow. I would like to be able to use this return value as a variable in another microflow. Is there I way I could do this? 
asked
1 answers
1

yes, in the microflow where you want to use the return value, add an activity to call the microflow that produces the return value.  You’ll be able to configure this activity to place the return value in a variable you can use in the calling microflow.

answered