Configuration
Conditions
Each condition consists of three parts:
Click + Add Condition to add multiple conditions. Use the Join with dropdown to define how conditions are combined:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Claude Sonnet 5 is now available at an introductory price through August 31, 2026. See Model Pricing
Branch the workflow based on one or more conditions.
| Field | Description |
|---|---|
| Variable | The variable to evaluate. Select from available workflow variables. |
| Type & Comparison | The data type and comparison operator to apply. |
| Value | The value to compare against. Select a variable or enter a value directly. |
| Option | Description |
|---|---|
| AND | All conditions must be met for the True branch to execute. |
| OR | Any one condition being met is sufficient for the True branch to execute. |
| Type | Available Comparisons |
|---|---|
| String | exists, does not exist, is empty, is not empty, is equal to, is not equal to, contains, does not contain, starts with, does not start with, ends with, does not end with, matches regex, does not match regex |
| Number | exists, does not exist, is empty, is not empty, is equal to, is not equal to, is greater than, is less than, is greater than or equal to, is less than or equal to |
| Date & Time | exists, does not exist, is empty, is not empty, is equal to, is not equal to, is after, is before, is after or equal to, is before or equal to |
| Boolean | exists, does not exist, is empty, is not empty, is true, is false, is equal to, is not equal to |
| Array | exists, does not exist, is empty, is not empty, contains, does not contain, length equal to, length not equal to, length greater than, length less than, length greater than or equal to, length less than or equal to |
| Object | exists, does not exist, is empty, is not empty |
| Branch | Description |
|---|---|
| True | Connects to steps that run when the condition(s) are met. |
| False | Connects to steps that run when the condition(s) are not met. |
Was this page helpful?