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
Query
Moderator: Martin
Re: Query
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".