# Verify Text Exist

This pre-built action, located under the table captured from the AUT element, instructs Avo Assure to verify the presence of the specified text and count its occurrences in the table, based on the input provided. The result is stored in the specified dynamic variable.

### **Syntax**

**Input Value:** `<Text>`

| Argument                     | Description                                                      |
| ---------------------------- | ---------------------------------------------------------------- |
| <p>\<Text><br>(Required)</p> | Text value to be verified for existence within the table content |

**Output Value**

| Argument                                  | Description                                                                   |
| ----------------------------------------- | ----------------------------------------------------------------------------- |
| <p>\<Dynamic Variable><br>(Required)</p>  | This dynamic variable stores the count of the specified items present         |
| <p>\<Dynamic Variable> <br>(Optional)</p> | This dynamic variable holds the status of the action as **True** or **False** |

**Example**\
\
**Verify and Count Text Occurrences in a Table**

The **Verify Text Exist** action takes the input from the Input Value column (e.g., **Home Improvement Loan**), verifies whether the specified text is present within the table, and counts its occurrences. The count is stored in the **{Count}** variable, and the action status is stored in the **{Status}** variable with the following possible values:

* **True** – if the text is found and count its occurrences in the table
* **False** – if the text is not found&#x20;

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

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


---

# 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/web/table/verify-text-exist.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.
