Else

This article provides information on the following topics:

Note: The Actions Quick Reference provides a complete list of actions that you can print for easy reference.

What is the Else Action?

The Else Action is part of an 'If' statement and is always located between an If Action and an End If Action.

The Elseclause executes if no true condition exists in theIfclause.

Creating an Else Action

An Else Action can not be created manually.  It is created automatically when an If Action is created.  When the paired If Action is deleted, so is the Else Action.