Condition based on cascading select list value

This condition evaluates the comparison of a given value against an option of a cascading select list field.

⚒️ Configuration

Field

Select the cascading select list field to be checked.

Option level

Select the option level to be checked. Cascading select list fields can potentially have two levels:

  • Parent

  • Child

Comparison operator

Select how to compare the value against the given cascading select field options. The following options are available:

  • is equal

  • isn't equal

  • contains

  • doesn't contain

  • starts with

  • doesn't start with

  • ends with

  • doesn't end with

Comparison value

Specify the value the option should be compared against in Basic text mode.

Learn more about the possibilities of the JWT expression editor.

The condition will be met if any of the specified options match the comparison.


📚 Use cases and examples