Data List
ITEMVALUE
The ITEMVALUE function returns the value of a property of a Data List container.
Syntax: ITEMVALUE(PropertyName, [DataListId])
PropertyName: The property name from the Data Model.
DataListId (optional): The id of the Data List object. If not provided, uses the first Data List found.
Example: ITEMVALUE("status") The function will return the value of the "status" property from the first Data List.
Last updated