Conditional action (<if> element and <else> element)
The Conditional action contains the following items:
- A conditional expression that the macro runtime evaluates to true or false.
- A list of actions that the macro runtime performs if the condition evaluates to true. (Optional)
- A list of actions that the macro runtime performs if the condition evaluates to false. (Optional)
The Conditional action provides the functions of an if-statement or of an if-else statement.