# Get Total Row Count

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

### Syntax

**Input Value:** `N/A`

| Argument | Description    |
| -------- | -------------- |
| N/A      | Not Applicable |

**Output Value**

| Argument                                 | Description                                                        |
| ---------------------------------------- | ------------------------------------------------------------------ |
| <p>\<Dynamic Variable><br>(Required)</p> | This dynamic variable holds the total number of rows in the table. |
| <p>\<Dynamic Variable><br>(Optional)</p> | This variable save the result in the **True** or **False**         |

**Example**

**Retrieves the total row count of the captured table.**

The **Get Total Row Count** action does not require any input value. It analyzes the captured table structure and retrieves the total number of rows are present in the table. The total row count is stored in the **{RowCount}** variable and the execution status is saved in the **{Status}** variable with the following possible values:

* **True** – if the total rows number retried successfully&#x20;
* **False** – if an error occurs during extraction

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

<figure><img src="/files/gCLR0JTpuL3jny3Oz9fo" 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-total-row-count.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.
