Switch, Case and Else
The Switch, Case and Else actions provide a selector construct using simple case insensitive
string comparisons.
The Case Action must be a child of the Switch Action, the same goes for the Else.
Note that the Else can also be used with the If..Then action as part of your Windows
automation project.
When used with the If..Then action, the Else action must be the next sibling action
of the If..Then action. Another conditional action is the "If Previous Action Failed"
action. This action will only work if it's previous sibling action has Ignore Failure
enabled (otherwise the project would stop).