Branch
Purpose of the Node
The Branch node evaluates a boolean condition and routes the execution to either the “True” or “False” output pin depending on the result of the condition.
Pins
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
Input | Trigger Pin to start the condition evaluation | Execution | N/A |
Condition | Boolean condition to evaluate | Boolean | N/A |
True | The flow to follow if the condition is true | Execution | N/A |
False | The flow to follow if the condition is false | Execution | N/A |