Overview

Introduce conditional branching to guide workflows down different paths based on outcomes.

Use Cases

  • Logic-Based Navigation: Direct users to specific steps based on their inputs or responses.
  • Dynamic Processes: Tailor workflows to handle various scenarios effectively.

Configuration Fields

Is Else Statement?

  • Description: Mark this checkbox if this represents an ‘else if’ or ‘else’ statement linked to previous conditions.
  • Required: No

Conditional Statement

  • Description: Enter the conditional logic that evaluates to true or false.
  • Example: “user_age > 18” or “order_total > 100.”
  • Required: No (required for if statements; leave blank for else statements)