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

# 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

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

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


---

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