# Find Row

Search is performed on the table by comparing with the specified value and returns the first matching row.

<table data-header-hidden><thead><tr><th width="229" valign="top"></th><th width="314" valign="top"></th></tr></thead><tbody><tr><td valign="top">Table</td><td valign="top">[Data Table] The data table in which the row is searched.</td></tr><tr><td valign="top">Search Value</td><td valign="top">[Text/Number] The value being searched in the table. If the "Compare as strings" property is enabled, wildcard characters can be specified.</td></tr><tr><td valign="top">Column</td><td valign="top">[Number/Text] The number or name of the column in which the value is checked. If an empty value is specified, the check will be performed across the entire table. Numbering starts from 0.</td></tr><tr><td valign="top">Compare as strings</td><td valign="top">When enabled, the values for comparison will be converted to strings.</td></tr><tr><td valign="top">Case sensitive</td><td valign="top"><p>If the property is enabled, the case of characters will be taken into account during the check; otherwise, it will be ignored.</p><p>Used only if the "Compare as strings" property is enabled.</p></td></tr><tr><td valign="top">Row</td><td valign="top">[Link] Returns a link to the row with the found value.</td></tr><tr><td valign="top">Row number</td><td valign="top">[Number] The number of the row where the value was found. Numbering starts from zero.</td></tr><tr><td valign="top">Column number</td><td valign="top">[Number] The number of the column where the value was found. Numbering starts from zero.</td></tr><tr><td valign="top">Error handling level</td><td valign="top"><p>Select the error handling level. Possible values:</p><ul><li>"Default" - by default;</li><li>"Ignore" - errors are ignored;</li><li>"Handle" - errors are handled.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Message level</td><td valign="top"><p>Select the message level that the blocks will output during operation. Possible values:</p><ul><li>"Default" - by default;</li><li>"Release" - output is disabled;</li><li>"Debug" - outputs main information;</li><li>"Detailed" - outputs detailed information.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Error message</td><td valign="top">[Text] Returns detailed information about the error in case of incorrect execution of the block's work.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/tablicy-dannykh-datatable/naiti-stroku-findrow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
