Fields
Sample data
This condition reads from a configured storage backend, so what it matches depends on the items already saved there rather than on a fixed before and after. The example below looks in a storage of known products and, for each stored item, compares itssku field against the incoming value. The incoming value matches when a product with that SKU is already in the storage.
| Field | Value |
|---|---|
| Storage | A storage set up beforehand |
| Pattern | sku |
| Comparator | Exact match (default) |