Conditional Gate
Gates the flow based on a dynamic condition. When the condition is true, the value is forwarded downstream. When false, downstream nodes are skipped entirely.
The Conditional Gate node lets a value pass through only when its condition is true. When the condition is false the gate produces no output and the downstream branch is skipped — useful for stopping a branch unless a requirement is met.
Conditional Gate
Condition*Text
ValueText
Inputs
Each input can be typed in directly or connected to another node's output.
| Input | Type | Required | Description |
|---|---|---|---|
| Condition | Text | Required | A boolean condition — "true" selects the first value, anything else selects the second. |
| Value | Text | Optional | Forwarded downstream when the condition is "true". Leave empty to forward nothing. |
Output
Type: Text (text)