The Else action is used to execute an alternate statement or set of statements if the intial IF condition equates to false.
Else If
This option converts an Else action into an Else If action, which is used to evaluate another condition if the initial IF condition equates to false.