Fields
Sample data
This compares each entity’squantity field against the number 100.
| Field | Value |
|---|---|
| Value | 100 |
| Incoming value | Result |
|---|---|
99 | Matches |
100 | Does not match |
101 | Does not match |
Checks that a number is less than the given value.
quantity field against the number 100.
| Field | Value |
|---|---|
| Value | 100 |
| Incoming value | Result |
|---|---|
99 | Matches |
100 | Does not match |
101 | Does not match |