# Set Text IRIS

This is a pre-built action which comes for the element captured from the Desktop AUT using IRIS method. It instructs the Avo Assure Client to set the input text to the captured IRIS textbox.&#x20;

### Syntax&#x20;

**Input:** `<input value>`&#x20;

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

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

### **Usecase/Example**

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

### **Scenario:** The Set Text IRIS action inputs valid username credentials in the login form.&#x20;

The scenario involves testing a desktop-based login form for an application. The form has username field. The Avo Assure is to execute the Test Step of entering valid login credentials. The Set Text IRIS action is used to input the username into the textbox on the login page.&#x20;

### Input

Username: testuser

### Expected Result&#x20;

The action needs to enter the input Text to the username field.&#x20;

### Output

The Set Text IRIS Action enters testuser Input Value.&#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/textbox/set-text-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.
