Verify Column Header
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built action in Avo Assure. This action verifies whether a specific column is present in the grid to prevent errors by ensuring that the necessary columns are available. The result displayed will be True (column exists) or False(if column doesn't exist).
Input: <Column Header Value>
Column Header Value (Required*)
Column name from the grid
Output: <Dynamic Variable>(Optional)
Example 1
Verify Column Header action accepts column name(Year) and give the result as True(column exists) or False(column not exists). Use dynamic variable to display the result. In the example below we are Verifying if Year column exists in Inventory table or not.