Query

Post your questions and help other users.

Moderator: Martin

Post Reply
akhileshg1988
Posts: 109
Joined: 16 Apr 2014 04:57

Query

Post by akhileshg1988 » 08 Sep 2016 10:14

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

User avatar
MURTUMA
Posts: 697
Joined: 05 Mar 2013 22:43

Re: Query

Post by MURTUMA » 08 Sep 2016 15:00

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".

Post Reply