How do I terminate an automation if a condition is true?

I have multiple branches in my automation. If it goes down branch number 3, then I want the automation to run a few actions and then terminate. Branches 1, 2, and 4 should all execute the same task before terminating. How do I make it so that branch 3 terminates early so it doesn't execute the task that 1, 2, and 4 will before they all reach the end?

0 1 82
1 REPLY 1

I am not clear on how you have things setup.  The typical way to handle this is that you would simply remove the Task from Branch 3 if its not to be executed in that branch.

Top Labels in this Space