Split step

Use the Split step to conditionally branch a workflow into parallel paths. This step is also a quick way to identifying where a workflow is splitting into parallel paths within the workflow diagram. If and when your multiple paths need to combine at a later point in the workflow, use the Merge step.

Use the Split step for the following scenarios:

  • Configure logic to split a single path into parallel paths
  • Determine which path to follow by adding custom logic

Drag the Split step from the Logic category, Favorites bar, or the Recent category onto the canvas.

Example of a Split step in a workflow

See the following resources for more information: