Skip to content

gte

Field condition

All field conditions

True when the named field is greater than or equal to a value.

Written as
"Condition": { "Type": "gte" }
In Liquid
{{ gte_condition }} — the typed object a template reads for this rule.

Properties

Accepted in addition to the shared properties every definition carries.

Property Required Description
FieldID Names a sibling field in the same definition scope, never a field on another template or datastore.
Value The value compared against.