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.
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. As the name suggests, this action only executes if it's previous sibling action has "Ignore Failure" enabled (otherwise the build would stop).