TEST-, or to skip product codes ending in -OLD.
Patterns support wildcards:
*matches any run of characters, including none.?matches exactly one character.[rz]matches a single character from the set, soBa[rz]matches bothBarandBaz.
Fields
Sample data
The condition was pointed at each order’sregion value and set to exclude references for the Netherlands and Germany.
| Field | Value |
|---|---|
| Patterns | ["NL-*", "DE-*"] |
| Value | Matches? |
|---|---|
FR-paris | Yes |
NL-utrecht | No |