The Case Action is used as the child of a Switch action to choose a particular case value. Once a case statement matches the value of the variable specified in the switch statement, the children of that case statement are run. 

See the Switch Action for details and an example.

General

Switch

Case value

The value this particular case statement is to match on.

Match as regular expression

Specify whether to use regular expression matching for testing if the case statement should match. 

See Also

Switch Action

  • No labels