Conditional Branching (If/Else)

Description

Given a list of Conditionally Execute Actions (“if”) actions, executes the first one whose condition is true, or none if all conditions are false. To implement an unconditional “else” action, add a conditional with an always-true condition at the end of the list.

Signature

action/if_else