> 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/row.md).

# Row

This Expression allows the selection of a specific row in a multi-record-set databox so that subsequent expressions (such as Item) can then be called to interrogate the data therein.

The syntax of the call is:

1. row\_number - an integer that indicates which row of the data set is being requested

<table><thead><tr><th width="128.111083984375">Expression</th><th width="258.666748046875">Databox Value</th><th width="266.888916015625">Result</th><th>Comments</th></tr></thead><tbody><tr><td><code>Row(2)</code></td><td>&#x3C;KFXmlValue rows="2">&#x3C;KFRow id="0">&#x3C;userId>1&#x3C;/id>&#x3C;name>George Smiley&#x3C;/name>&#x3C;/KFRow>&#x3C;KFRow id="1">&#x3C;userId>2&#x3C;/id>&#x3C;name>Tobey Esterhase&#x3C;/name>&#x3C;/KFRow>&#x3C;/KFXmlValue></td><td>&#x3C;KFRow id="1">&#x3C;userId>2&#x3C;/id>&#x3C;name>Tobey Esterhase&#x3C;/name>&#x3C;/KFRow></td><td></td></tr><tr><td></td><td></td><td></td><td></td></tr></tbody></table>
