Skip to main content
Checks whether a value is missing from a list you provide. It is the opposite of “Is one of”: the condition passes when the value is not found among the listed items. Use this to let everything through except a handful of specific values, for example processing every order apart from those in a few blocked statuses. The check is exact and also compares the data type, so the text "5" is treated as different from the number 5.

Fields

Sample data

With the excluded values set to NL, BE, and DE, the condition passes for any country code that is not one of them.
FieldValue
Excluded valuesNL, BE, DE
ValueResult
USMatches
BEDoes not match