Condition Branch
This node allows you to execute one of two paths based on the evaluation of a specified condition.
Enables you to define a condition within your flow. This node evaluates the condition and directs the output to the appropriate path based on the evaluation result. Note: If you need to pass additional/another data besides the output, you can use the merge node afterward to pass another value through it.
Condition Branch
Actual Value*Text
Target ValueText
Comparison KindSelect
Inputs
Each input can be typed in directly or connected to another node's output.
| Input | Type | Required | Description | Available when |
|---|---|---|---|---|
| Actual Value | Text | Required | — | |
| Target Value | Text | Optional | Comparison Kind is none of “Is empty (None / "" / [] / {})”, “Is not empty” |
Settings
| Setting | Type | Default | Description |
|---|---|---|---|
| Comparison Kind | Select | Equals |
Comparison Kind options
| Option | Default |
|---|---|
| Equals | ✓ |
| Not equals | |
| Contains | |
| Not contains | |
| Ends with | |
| Starts with | |
| Regex Match | |
| Greater than | |
| Less than | |
| Greater than or equal | |
| Less than or equal | |
| Is empty (None / "" / [] / {}) | |
| Is not empty |
Output
Type: Text (text)
Named output handles: True, False.