# Get Table Cell Value

This is a pre-built action available under the **Captured Table Element** from **SAP GUI Application**. The functionality this action in Avo Assure Client to fetch the value present in the specified cell of the table and save the status in dynamic variable.&#x20;

### **Syntax**

**Input Value:** `<Input Row;Column>`&#x20;

| Argument                          | Description                                                          |
| --------------------------------- | -------------------------------------------------------------------- |
| <p>\<Input Row><br>(Required)</p> | Specify the row index of the cell to be retrieved from the table     |
| <p>\<Column><br>(Required)</p>    | Specify the column index of the cell to be retrieved from the table. |

**Output Value**

| Argument                                    | Description                                                                 |
| ------------------------------------------- | --------------------------------------------------------------------------- |
| <p>\<Dynamic Variable><br>(Required)</p>    | This dynamic variable holds the cell value from the table                   |
| <p>\<Dynamic Variable></p><p>(Optional)</p> | This dynamic variable holds result of this actions as **Ture** or **False** |

**Example**

**Retrieves the value from a specified cell in a table based on row and column number**

The **Get Table Cell Value** action takes the value from the Input Value column **(e.g., 3;2)** and fetches the content **(e.g., TYPE)** from the GuiTable cell at the specified row and column position. The result of the retrieval is stored in the **{Cell Value}** variable

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

<figure><img src="/files/2erJi81gpRsU0LE2BDQD" alt="" width="299"><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/sap/table-operations/get-table-cell-value.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.
