# Verify Column Value

This is a pre-built action in Avo Assure. This action validates whether a specific value is present **in All rows** of a designated column in a table. If the value is present in the table, then the output will be true; otherwise, the output will be false.

### Syntax

**Input: `<Column Header>;Value; Allrow (Optional)`**

<table><thead><tr><th></th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td>Column Header (*Mandatory)</td><td>The column in which we want to search for value</td><td></td></tr><tr><td>Value (*Mandatory)</td><td>The value which we want to search</td><td></td></tr><tr><td>Allrow (*Optional)</td><td>This is optional parameter. It will search for value in every row of the column.</td><td></td></tr><tr><td>Anyrow (*default)</td><td>This is the default parameter. If we don't provide 3rd parameter as All row, it will by default take the 3rd parameter as ANYROW and will search for value in any row of the column. </td><td></td></tr></tbody></table>

{% hint style="warning" %}
**Note:**&#x20;

* ALLROW/ANYROW, are not case sensitive
* In above example: Fee Events is element in our script, Verify Column Value is action name and Input value is Account Name;ABBOTT MILK;allrow. We will search for all rows in which abbott milk text is present.
  {% endhint %}

{% hint style="warning" %}
**ALLROW Pass/Fail:**

•If pass a value which is present in all rows in a column - It will pass

**•** If pass a value which is present in 1 row in a column and grid is showing only 1 row - It will pass&#x20;

• If pass a value which is not present in all rows in a column - It will fail.

• If pass a value which is present in only 1 row, but rest rows have different data in a column - It will fail.

•If pass a value and grid has zero rows - It will Fail.
{% endhint %}

{% hint style="warning" %}
**ANYROW Pass/Fail:**

•If pass a value which is present in only 1 row, but rest rows have different data in a column - It will pass.

•If pass a value which is present in a column and grid is showing only 1 row - It will pass.

• If pass a value which is present in more than 1 row in a column - It will pass.

• If pass a value which is not present in any rows in a column - It will fail.

•If pass a value and grid has zero rows - It will fail.
{% endhint %}

**Output:** `<Dynamic Variable>(Optional)`

**Example 1** - **Any Row**

Search for the **Age** value **30** in the grid and display the result. The **Verify column value** action takes the value (**30**), searches for it in the table in any row, and returns **True** if the value exists or **False** if it does not. Use a dynamic variable to display the result.

`Input value: Age;30`

<figure><img src="/files/Qbe0wnrA2tsArCBETRgS" 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/grid/verify-column-value.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.
