# Double 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 double-click operation on a specific cell of the table, with the row and column numbers provided in the input values and stores the status (True or False) in the output variable.&#x20;

### Syntax

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

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

<figure><img src="/files/XX8Rfv1RfBQxbeBcvtrP" 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/6UpWNiViw2UDReVUGVIk" alt=""><figcaption></figcaption></figure>

### **Scenario:** Double Click to View Customer Record in a CRM Application&#x20;

Consider a scenario where a desktop Customer Relationship Management application is being tested, and there is a need to view a customer record. For this scenario, the Double Click Cell IRIS action is used by Avo Assure. Each row represents a different customer, including details like name, email, and phone number. This action is used to open a detailed view of a specific customer's information. When double-clicking on a second row containing a customer named John Smith, the application automatically opens a new window displaying all of John Smith's contact details, purchase history, and interaction logs. &#x20;

### Input

2;4&#x20;

### Excepted Result

The action needs to perform a double click operation on the table cell given in the input.&#x20;

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

The action performed and saves 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/double-click-cell-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.
