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.

This action can be specified using the VME, see Evaluate (If) action, and using the AME, see Conditional action.