Skip to main content
Flow nodes control the execution path of your workflow. Use them to branch based on conditions, iterate over data, pause execution, and handle human approval steps.

Nodes at a glance

If/Else

Branch the workflow based on one or more conditions.

Loop

Repeat a set of steps until a condition is met or an array is fully iterated.

Delay

Pause workflow execution for a fixed duration or until a specific date and time.

Wait for Approval

Pause the workflow and wait for a user to approve or disapprove before continuing.

Create Approval Link

Generate approval and disapproval URLs without pausing the workflow.