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)

Description

Column Header (*Mandatory)

The column in which we want to search for value

Value (*Mandatory)

The value which we want to search

Allrow (*Optional)

This is optional parameter. It will search for value in every row of the column.

Anyrow (*default)

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.

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

Last updated

Was this helpful?