The Case Statement action compares a variable against a list of values and runs the first matching action. If no values match, the “otherwise” action runs instead.
Variable
The variable to compare.
Values
The list of values to test against Variable.
Actions
The actions to run when the corresponding entry in Values matches.
Otherwise
The action to run when no case values match.