Skip to main content
The opposite of “Array or object: Contains”. It checks a list (or the values of an object) and passes when the value you specify is absent. Use this to act only on records that are missing a particular entry, for example to flag orders whose tags list does not include paid, or to process products not yet assigned to a given channel. The check is exact: capitalisation and punctuation must line up, and the text "2" is treated as different from the number 2.

Fields

Sample data

The condition was pointed at the tags list of each product and set to check that the value sale is absent.
FieldValue
Valuesale
Tags on the productMatches?
["winter", "clearance"]Yes
["sale", "summer", "featured"]No