> 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/right-click-cell-iris.md).

# Right Click Cell IRIS

This is prebuilt action in Avo Assure, designed for table elements captured from desktop applications. It instructs the Avo Assure Client to perform a right click on a specific table cell of an IRIS object and then records the status (True or False) in the output variable.

### Syntax

**Input:** `<Row>;<Col>;<option>(Optional)`

**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%2FxADHt8q563Szzno66tHK%2Fimage.png?alt=media&amp;token=7a7b243e-09c8-473e-8475-8241a3067c1f" 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%2FWJPiY9lgcQlFipic55ZO%2Fimage.png?alt=media&amp;token=9573ee34-6f75-464a-b686-fced21597e04" alt=""><figcaption></figcaption></figure>

### **Scenario:** Right click Transaction cell in financial application for status update

Consider a scenario where a desktop financial management application is being tested, and there is a need to update the status of a transaction. For this scenario, the Right Click Cell IRIS action is used by Avo Assure. This action helps to select the right cell in the transaction's row from the table and allows editing or verifying the status field efficiently.

### **Input**

2;4

### **Excepted Result**

The action needs to fetch the input text's column number and save the result in the output variable as True.

### **Output**

The action performed and stored the result as True in the {Result} output variable.


---

# 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/right-click-cell-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.
