Skip to content
English
  • There are no suggestions because the search field is empty.

Conditional branches

Learn how to create and configure conditional branches in APIANT automations to control action flow based on defined criteria, using AND/OR logic and nested conditions for advanced decision-making.

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