> 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/support-resources/knowledge-base-articles/textbox-value-not-getting-entered-properly-during-automation.md).

# Textbox Value Not Getting Entered Properly During Automation

**Summary**: During automation, a value is entered into a textbox and appears visible on the screen. However, the application does not recognize or save the value, leading to failures in subsequent steps

### Error behavior

When this issue occurs, you may observe the following behavior:

* The textbox displays the entered value, but internally it is not considered as entered. As a result, the application does not proceed to the next step or trigger expected actions.

### **Possible Reasons**

This issue may occur due to one or more of the following reasons:

* The value appears in the textbox, but it is not actually entered into the system.
* The necessary actions, such as typing or pressing keys, are not triggered.  &#x20;Because of this, the application does not treat the value as valid input since it was not entered in a normal way.

### Resolution/Solution

To resolve this issue and ensure successful execution, perform the following actions:

1. First, use the Set Text action to enter the value into the textbox.&#x20;
2. If the value is still not properly entered or saved:&#x20;
   * Use Send Keystroke value.&#x20;
   * Enter the same value as if typing manually.&#x20;

This method ensures that the application correctly recognizes the input and that the value is properly entered and saved.&#x20;

### Additional Notes

* **Set Text**: used to copy-paste the value&#x20;
* **Send Keystroke value**: this sends the value one character at a time, similar to typing from a keyboard&#x20;


---

# 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:

```
GET https://docs.avoautomation.com/avo-assure/support-resources/knowledge-base-articles/textbox-value-not-getting-entered-properly-during-automation.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.
