Creating a Flow Execution Branch

Activities in a flow can have one or more branches specifying conditions. These branches are created from within the activity in the flow. Branching is also supported for Error Handlers in a flow.

Note: You cannot create a branch from a trigger.
Note: All activities that come after a branch get executed irrespective of how the branch condition evaluates.

Procedure

  1. From the Apps page, click the app name then click the flow name to open the page for the flow.
  2. Hover your mouse over the activity tile to expose the icons adding a branch and deleting the activity in the bottom right of the tile.
  3. Click the Add Branch icon ().

    Clicking on the == sign in the branch allows you to map a condition for the branch.

  4. Click an activity in the Add Activity section to add it to the flow branch then configure the activity by clicking on it.
  5. Continue adding more activities as needed by hovering next to the and clicking each successive () button.
    To delete a branch, hover your mouse over the == sign, then click ().
  6. Add condition to a branch as need be. See Setting Branch Conditions for details.
Related concepts