field < {value}
This block is part of the query group and was last modified in core v10.4.28.
Connection Type
This block connects from a query type block. Make sure to connect this block to the appropriate left-hand side connection.
Parent Requirements
This block requires specific parent elements: query_bool_range_date_field, query_first_defined, query_aggregation. Ensure this block is placed within the appropriate parent context.
field < {value} v10.4.28 - date required
date
- query
query
Emits {"lt": <unix seconds>} : a range fragment meaning STRICTLY BEFORE: the boundary date itself does not match. The date pin accepts timestamps and common date strings; an unwired or falsy pin uses the current time, an unparseable value becomes 0.
lower |
A typical wiring for field < {value}: date now feeds the date pin; the query out pin feeds date.
Commonly used with
In production blueprints, this block is most often wired together with:
- date now: feeds into this block. Gives you the current date based on your timezone.
- date: this block feeds into it. do range checks on date fields.
Version history
Introduced in v10.4.28.
Back to
query Return to the main group to view all sub-groups Back to range date Return to the group to view all blocks within this group 