> For the complete documentation index, see [llms.txt](https://docs.keyfax.biz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keyfax.biz/product-suite/admin/databox-expressions/text-expressions/item.md).

# Item

This Expression returns a named item from a multi-value Databox such as an [Address ](/product-suite/admin/entities/questions/address.md)question or a [SQL Query](/product-suite/admin/entities/databoxes/sql-query.md) returning multiple columns with individual column values accessible using the column name.

<table><thead><tr><th>Expression</th><th>Databox Value</th><th width="88">Result</th><th>Comments</th></tr></thead><tbody><tr><td><code>Item("Surname")</code></td><td>Smith</td><td>Smith</td><td>Typically this is accessing Address question details. See <a href="/pages/zQcuMIW7Y7gYkZLuMNmO">Address question</a> for all available fields</td></tr><tr><td><code>Item("County")</code></td><td>Devon</td><td>Devon</td><td></td></tr></tbody></table>
