Page 1 of 1
Global Variable
Posted: 22 Oct 2016 14:59
by Atbl
How to trigger when the value of global variable reaches 0.
Re: Global Variable
Posted: 22 Oct 2016 19:01
by Martin
Hi,
You can use trigger Global Variable and check if the variable is zero with a condition Expression: global_variable==0.
Regards,
Martin
Re: Global Variable
Posted: 23 Oct 2016 02:31
by Atbl
If the value of global variable is 4 and i am reducing it by 1 point at the sleep of 2 seconds, then how to trigger the flow when the value reaches 0, or how to trigger when i remove the variable
Re: Global Variable
Posted: 23 Oct 2016 06:51
by MURTUMA
Just follow exactly what Martin already said. Let me re-phrase in a different way:
trigger: Global variable: global_your_variable
condition: Expression: global_your_variable==0
Re: Global Variable
Posted: 23 Oct 2016 14:52
by Atbl
Thanks murtuma.
I got it.