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 or Not Present in the grid to prevent errors by ensuring that the necessary columns are available. The result displayed will be True (column does not exist) or False (if column exist)
Input: <Column Header Value>
Column Header Value (Required*)
Column name from the grid
Output: <Dynamic Variable>(Optional)
Example 1
The Verify Column Header action checks if the Date column exists in the table. It takes the column name (Date) as input and returns True if the column does not exist or False if the column exists. Use a dynamic variable to display the result.
Example 2 The Verify Column Header action checks if the Year column exists in the table. It takes the column name (Year) as input and returns True if the column exists or False if the column does not exist. Use a dynamic variable to display the result