Verify Value in Table
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built action in Avo Assure. This action checks whether a specific value is present in every row 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.
Input: <Value to be verified>
Value to be verified (Required*)
value from the grid which need to be verified
Output: <Dynamic Variable>(Optional)
Example 1
Search for the Age value 30 in the grid and display the result. The Verify Value in Table action takes the value (30), searches for it in the table, and returns True if the value exists or False if it does not. Use a dynamic variable to display the result.