"12" counts as different from the number 12. Use this to act on everything except one specific value, for example to handle all statuses other than "cancelled". If you want "12" and 12 to be treated as the same, use Does not equal (Loose) instead.
Fields
Sample data
This compares each entity’squantity field against the text value "12" and is met when they are not strictly equal.
| Field | Value |
|---|---|
| Value | "12" (text) |
| Incoming value | Result |
|---|---|
"12" (text) | Does not match |
12 (number) | Matches |
"5" (text) | Matches |