Lists
Definition
Lists serve as data sources within the context of a Rule and can be utilized as arguments for compatible operators. Refer to the examples for practical illustrations.
Operators
You might be interested in checking the documentation for specific List operators.
Examples
-
String similarity: match a string to any of the list values
-
Check if a value
is in
oris not in
a list
Updated 6 months ago