> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/actions/web/custom/get-row-data.md).

# 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:**

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

<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:**

<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**

**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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.avoautomation.com/avo-assure/actions/web/custom/get-row-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
