If else node
Trigger different actions based on whether a condition is true or false.
読み終わるまでの所要時間 1 分最終更新 5ヶ月前
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. |