If node
Run different actions based on whether a condition is true or false.
Read time 1 minuteLast updated 2 days ago
Use the If node to run actions only when a condition is true. If the condition is false, nothing happens.
Sockets
Socket | Type | Description |
---|---|---|
Condition |
| The true/false test. If true, the connected actions run; if false, it skips. |
Then |
| Fires the attached node when Condition is true. Connect the actions to run in that case. |