Skip to main content
Choose Value by Case compares text against a set of named cases and returns the value belonging to the matching case.

Inputs

Each Case is a string key. Matching is exact and case-sensitive.

Output

For example, cases urgent → page, normal → queue and a test value of urgent return page.
This action chooses a value. To send one value to separate workflow branches, use Route Value after producing a Boolean condition.