Conditional Value
Returns one of two values depending on a boolean condition. Plug an Evaluate Condition output into the condition handle.
The Conditional Value node outputs one of two values depending on whether a condition is true or false. Provide the condition, a value for the true case and a value for the false case, and the node forwards the matching one.
Conditional Value
Condition*Text
Value If TrueText
Value If FalseText
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 If True | Text | Optional | Returned when the condition is "true". |
| Value If False | Text | Optional | Returned when the condition is not "true". |
Output
Type: Text (text)