Page 1 of 1

How to make flow assign its name to global variable?

Posted: 25 Feb 2020 22:29
by lord_EarlGray
Hi, I'm looking for script method or action, that will give me name of the flow where it was called and assign this name to global variable. To make it clear: flow named "some_flow" executes and assigns its own name to global variable, so another flow can read this value ad execute "some_flowe" once again if some conditions are met.

Re: How to make flow assign its name to global variable?

Posted: 26 Feb 2020 00:00
by anuraag
Whenever a flow is executed following three Variables are created.
flow_name
trigger
triggertime

So to assign global you can do like
global_flow_name = flow_name