Checks that a number is greater than or equal to the given value.
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.