Skip to content

in

Field condition

All field conditions

True when the named field matches one of several values.

Written as
"Condition": { "Type": "in" }
Invert
Accepts Invert to reverse the test.
In Liquid
{{ in_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.
Values The values matched against, as one delimited string.
Delimiter Separates one value from the next.