If else node
Trigger different actions based on whether a condition is true or false.
Read time 1 minuteLast updated 2 days ago
Use the If else node to choose between two paths. When the condition is true, it runs the Then path. When false, the node runs the Else path.
Sockets
Socket | Type | Description |
---|---|---|
Condition |
| The true/false test that decides which path runs. |
Then |
| Fires when Condition is true. |
Else |
| Fires when Condition is false. |