-
Suggestion
-
Resolution: Duplicate
Issue Summary
Currently, when we start a Branch in Automation rule (Example: Using a list of values in a smart value), it iterates over each value one by one, however, we do not have the ability of stopping the execution of the branch based on a particular condition or number of iteration.
As in, the loop will run through each value of the list and perform subsequent actions configured inside the branch.
It would be great to have the ability to "Stop/Exit the subsequent Branch/Loop" iterations based on a condition checked in the branch so that we have the required values which can be used to perform any other actions in the system.
Expected Results
Stop/Exit the branch if a condition becomes true.
Actual Results
Currently, execution of the branch works in a way where it iterates through all the values in the list, irrespective of whether a condition becomes true or false inside the branch.
Workaround
Currently there is no known workaround for this behaviour. A workaround will be added here when available
- duplicates
-
AUTO-108 More ways to loop/branch in Automation - add While block condition, Ability to repeat/loop on a branch for a given number of times
- In Progress