Automation Editor
...
Building Automations
Action functionality

Conditional branches

2min

Conditional branches let automations choose different execution paths for actions based upon criteria:

Document image


To add a conditional branch, click a "plus" icon and select the option:

Document image


Then configure the condition's criteria. Typically the condition will be based on a mapped output value from a previously executed action:

Document image


The conditional can include AND and OR logic for sophisticated branching rules if needed.

Then add actions to the true and false branches of the condition as needed:

Document image


Conditions can be nested into the true/false branches as needed:

Document image