Item

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 an SQL Query returning multiple columns with individual column values accesible using the colue.

Expression
Databox Value
Result
Comments

Item("Surname")

Smith

Smith

Typically this is accessing Address question details. See Address question for all available fields

Item("County")

Devon

Devon

Last updated