Overview
The Condition step evaluates one comparison against data from an earlier step and routes the flow down a different path depending on the result.Use When
- You need the flow to take a different next step depending on a value (e.g. route by document type, or by whether a field exists)
Configuration
Condition has two modes, chosen at the top of the step (switching modes removes existing conditions and cannot be undone):- True / False — one condition. Build it with Add (pick a variable from a previous step), Select (pick an operator), and Value (the comparison value). Then choose the next step for If True and, separately, for If False.
- Multi case — named cases (A, B, C, …), each with its own condition and its own “Then” action. Use Add case to add more branches than a simple true/false split.
- Equals
- In
- Not In
- Contains
- Not Contains
- Exists
Related Components
Agent
Route based on AI analysis results
Intake
Branch based on collected data
Customization
Update task properties conditionally
Approval
Route to different approvers