Global Variable
Moderator: Martin
Global Variable
How to trigger when the value of global variable reaches 0.
Re: Global Variable
Hi,
You can use trigger Global Variable and check if the variable is zero with a condition Expression: global_variable==0.
Regards,
Martin
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
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
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
trigger: Global variable: global_your_variable
condition: Expression: global_your_variable==0