Skip to main content



Lookup Function List

Return values from data sets when filtering criteria is matched.

Lookup FunctionDescription
CollectionLookupThe CollectionLooup function returns the value of a field or expression for the first collection member that satisfies a given filter expression.
GetFieldValueListGets specified value list by field name.
GetValueListGets specified value list by DataElement name.
IsInValueListReturns true if the given value is contained in the specified value list, otherwise returns false.
JsonLookupThe JsonLookup function returns the JSON of the first property or array that matches a given search path. Does not support retrieving an array of primitive values.
LookupReturns the value from a table for the first row that satisfies the filter.
QueryToListGets value list from Query.
TableLookupReturns the value from a table for the first row that satisfies the field matching criteria.
ToValueListConstructs value list inline from args.
ValueListLookupLooks up a display name by value from a value list. If the value is not in the value list, null is returned unless a default value is specified.
XmlLookupThe XmlLookup function returns the value referenced by an XPath from an XML document or string.