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. |