Hello
Is there a way to exit an automation before evaluating all actions?
For example in action section I have many If conditions and I want to optimize the automation by ending the evaluation of all remaining conditions once a condition is met.
Ex:
If x do y then exit
if a do b then exit
if c do d then exit
id e do f then exit