# Get row data

This is pre-built Action located under the  Element, instructs the Avo Assure to fetch the data from row or index from the web-based table and save the result in dynamic variable.

### **Syntax:** &#x20;

**Input value:** `<Row Value> or <index;Row index>`&#x20;

<table><thead><tr><th>Argument</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td>&#x3C;Row Value><br>(Required)</td><td><strong>Row value</strong>: Provide the specific row value to retrieve entire row data</td><td></td></tr><tr><td>&#x3C;index;Row index><br>(Required)</td><td><strong>index</strong>: This is standard syntax for retrieving the row data <strong>{index;Row index}</strong><br><strong>Row index:</strong> Specify the row index/number of the row you want retrieve.</td><td></td></tr></tbody></table>

**Output Value:** &#x20;

<table><thead><tr><th>Argument</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td>&#x3C;Dynamic Variable>(Optional)</td><td>This variable holds the data that has been retrieved.</td><td></td></tr><tr><td>&#x3C;Dynamic Variable>(Optional)</td><td>This variable stores the status as <strong>true</strong> or <strong>false</strong></td><td></td></tr></tbody></table>

**Example 1**&#x20;

**Get row data using row value (ORD1023)**\
\
The **Get Row Data** action takes the value from the Input Value column (**ORD1023**) and retrieves all cell values from the row where this value is found. The retrieved row data is stored in the **{RowData}** variable, while the execution status is stored in the **{Status}** variable, with the following possible values:

**Success** – if the row is found and data is retrieved. \
**Failure** – if the row is not found or an error occurs

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

**Example 2**

**Get row data using row index (index;2)**\
\
The **Get Row Data** action takes the value from the Input Value column (**index;2**) and retrieves all cell values from the specified row index. The retrieved row data is stored in the **{RowData}** variable, while the execution status is stored in the **{Status}** variable, with the following possible values:

**Success** – if the row index exists and data is retrieved.\
**Failure** – if the row index is invalid or an error occurs.

<figure><img src="/files/xTDGVFIKC2cTMZ10iMWs" 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/custom/get-row-data.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.
