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