Page 1 of 1

Query

Posted: 08 Sep 2016 10:14
by akhileshg1988
Hey Martin!
Is there any way by which a value stored in a variable can be passed on to some other flow as soon as the value is created/stored?

Thanks
Akhilesh

Re: Query

Posted: 08 Sep 2016 15:00
by MURTUMA
Global vars are accessible to any flow at any time. Also, if you use action Execute flows to call another flow, you can do your thing in the second flow and pass created local vars to the first flow provided you have these two settings enabled: "Wait for called flow to finish" and "Return variables to the calling flow".