# Get Row Number by Text

This is a pre-built Action located under the Table captured from the AUT Element, instructs the Avo Assure to retrieve the row number of the specified text present in the table and save the result in the given dynamic variable.

### Syntax

**Input Value**: `<Text>`

| Argument                      | Description                                                     |
| ----------------------------- | --------------------------------------------------------------- |
| <p>\<Text> <br>(Required)</p> | Provide the specific text to be searched within the table rows. |

**Output Value**

| Argument                                 | Description                                                                   |
| ---------------------------------------- | ----------------------------------------------------------------------------- |
| <p>\<Dynamic Variable><br>(Required)</p> | This dynamic variable holds the row number where the specified text is found. |
| <p>\<Dynamic Variable><br>(Optional)</p> | This variable save the result in the **True** or **False**                    |

**Example**

**Searches for a specific text in the table and retrieves its corresponding row number.**

The **Get Row Number by Text** action takes the value from the Input Value column (e.g., **Home Improvement Loan**) and searches for that text within the table rows. If found, it returns the row number of the cell that contains the matched text and stores it in the **{Row no}** variable and the execution status is saved in the **{Status}** variable with the following possible values:

* **Ture** – if the row number extracted successfully&#x20;
* **False** – if the text is not found or an error occurs

<figure><img src="/files/AyaENP1hiHncjdB9SWuC" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/UCzI7Mfp60rxy8xVagrj" alt=""><figcaption></figcaption></figure>


---

# 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.avoautomation.com/avo-assure/actions/web/table/get-row-number-by-text.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.
