Evaluate Condition
Evaluates a condition and returns "true" or "false". Connect the output to a Conditional Value node to branch your workflow.
The Evaluate Condition node checks an expression and outputs a boolean (true or false). Use it to drive conditional logic downstream, such as gates, branches or conditional values.
Evaluate Condition
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)