# Set Cell Value IRIS

This is prebuilt action in Avo Assure, designed for table elements captured from desktop applications. It instructs the Avo Assure Client to input the text provided in the input value into an editable table cell of an IRIS object and stores the resulting status (True or False) in the output variable.&#x20;

### Syntax&#x20;

**Input:** `<Row>;<Col>;<Text>;<option>(Optional)`&#x20;

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

<figure><img src="/files/4J0GWkMp69nvtPh7PYTs" 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/Xj36D4d6llWCJNsVQ2DU" alt=""><figcaption></figcaption></figure>

### **Scenario:** Update Inventory Data Using Set Cell Value in Inventory Management Application&#x20;

Consider a scenario where an Inventory Management desktop application is being tested, and there is a need to update specific data in the inventory table based on Product ID or name row. For this scenario, the Set Cell Value IRIS action is used by Avo Assure. This action helps to modify values, such as updating the stock quantity for a particular product in the inventory table.&#x20;

### Excepted Result

The action needs to perform to select the given in the input.&#x20;

### **Output**&#x20;

The action performed and saved the status in the {Result} output variable as True. &#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/set-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.
