Skip to main content
Checks whether the incoming number is greater than or equal to the value you set here. The check succeeds when the incoming value is larger than your number or exactly equal to it, so the threshold itself counts as a match. Use this to act on amounts at or above a limit, for example applying a discount once the order total reaches 100 or more. If you want to exclude the threshold and match only values strictly above it, use Number: Greater than instead.

Fields

Sample data

This compares each entity’s quantity field against the number 100.
FieldValue
Value100
Incoming valueResult
99Does not match
100Matches
101Matches