Adding an Else Statement

The Else statement defines a block of statements that execute when the If statement is not true. The Else statement is only valid when used in combination with the If statement.

To add an Else statement:

  1. Select Process > Insert > Else.
  2. Optionally, add a comment to the Process.
  3. Click OK to save. The Else statement is displayed in the Process window.