Skip to main content
Checks whether the incoming number is less than or equal to the value you set here. The check succeeds when the incoming value is smaller than your number or exactly equal to it, so the threshold itself counts as a match. Use this to act on amounts at or below a limit, for example reordering stock once a quantity reaches 100 or fewer. If you want to exclude the threshold and match only values strictly below it, use Number: Less than instead.

Fields

Sample data

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