> 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/desktop/iris/table/verify-cell-value-iris.md).

# Verify 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 validate the text in a specific cell of the table against the expected value provided in the input field within Avo Assure and stores the status (True or False) in the output variable.

### Syntax

**Input:** `<Row>:<Col>;<Text>`

{% hint style="info" %}
**Note:** The value to the input text provides by the use
{% endhint %}

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

<figure><img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2FI7PVEYAsshp4Hs8SmWEN%2Fimage.png?alt=media&amp;token=7b8b40b1-c32e-4d66-bf88-7e7b26661e75" alt=""><figcaption></figcaption></figure>

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

### **Usecase/Example**

<figure><img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2F4eDpAO7jvAnbg3reW2tC%2Fimage.png?alt=media&amp;token=76357dc1-3b8b-47f9-ac65-961ed6205a98" alt=""><figcaption></figcaption></figure>

### **Scenario:** Verify Sales Details in a Sales Tracking Application Table

Consider a scenario where a desktop sales tracking application is being tested, and there is a need to view sales details from the table. For this scenario, the Verify Cell Value IRIS action is used by Avo Assure. It verifies the sales details from the third row and first column of the sales table and ensures that the sales information is displayed correctly.

### **Input**

3;1; Sales rate

### **Excepted Result**

The action needs to verify the input value is present in the specified table cell and save the result in the output variable.

### **Output**

The action performed and saved the status in the {Result} output variable as True.


---

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