For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 a SQL Query returning multiple columns with individual column values accessible using the column name.

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