Item
Returns a named item from a multi-value Databox.
Expression
Databox Value
Result
Comments
Last updated
Returns a named item from a multi-value Databox.
This Expression returns a named item from a multi-value Databox such as an Address question or a SQL Query returning multiple columns with individual column values accessible using the column name.
Item("Surname")
Smith
Smith
Typically this is accessing Address question details. See Address question for all available fields
Item("County")
Devon
Devon
Last updated