Skip to main content

Branch

Branch

Evaluates each condition in order, from top to bottom. The first condition met will be executed, while the rest will be skipped.

  • Notes: Optional, only contains description and has no effect in runtime.
  • Add Branch Button: Add a new branch row.

Each row consists of following elements:

  • Condition: A boolean in-point to get the boolean value dynamically. If it's not connected, then a checkmark toggle will be shown.
  • Delete Button: Delete the branch of the selected row.
  • Move Up Button: Swap the selected branch row with the row above.
  • Then Output: The main output that will be invoked if the row's Condition is true. This also means if the boolean in-point is left unconnected while the toggle is also set to false, then that row will never get executed.

Branch