# Get Cell Value IRIS

This is prebuilt action in Avo Assure, designed for table IRIS elements captured from desktop applications. It instructs the Avo Assure Client to retrieve the value from a specific cell in the table of the Desktop AUT, with the row and column numbers provided in the input values and store the result in the output variable.

### Syntax

**Input:** `<Row>:<Col>`&#x20;

**Output:** `<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)` &#x20;

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

{% hint style="info" %}
**Note:** Optional simply means that creating a dynamic variable is optional for this action&#x20;
{% endhint %}

### **Usecase/Example**

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

### **Scenario:** Retrieve Stock Quantity for a Specific Product in Inventory&#x20;

Consider a scenario where a desktop inventory management application is being tested and there is a need to retrieve the stock quantity from the table for a specific product. For this scenario, the Get Cell Value IRIS action is used by Avo Assure. This action is used to automatically fetch the value from the Stock Quantity cell for that product. For example, if checking the stock of Widget A, this action will retrieve the exact quantity from the corresponding cell.&#x20;

### **Input**

1;3&#x20;

### **Excepted Result**&#x20;

The action needs to fetch the value present in specified cell of table and save the result in the output variable.&#x20;

### Output

The action performed and saved the result in the {Result} output variable with Stock quantity as 50.&#x20;


---

# 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/desktop/iris/table/get-cell-value-iris.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.
