If Node
The If node is used to execute different nodes based on specific conditions, allowing for conditional evaluation and branching logic.
Parameters
Label | Value Type | Description |
---|---|---|
Condition 1 | Condition | Condition 1 |
Otherwise | Label | If none of the above conditions are met, execute the nodes following this condition. |