Skip to main content

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
Fields marked * are required. Dots are connection handles.

Inputs

Each input can be typed in directly or connected to another node's output.

InputTypeRequiredDescription
ConditionTextRequiredA boolean condition — "true" selects the first value, anything else selects the second.
ValueTextOptionalForwarded downstream when the condition is "true". Leave empty to forward nothing.

Output

Type: Text (text)