Verify Table Sort
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built action in Avo Assure. This action checks whether the data in a grid is correctly sorted in ascending or descending order based on a selected column, and saves the result in dynamic variable.
Input Value: <Column Header Value>;<Sort Order>
Column Header value (Required)
Column name from the grid to verified
Sort Order (Required)
ascending or descending order for sorting
Output Value:
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This variable holds the results in True and False
Example
Verify if a specific column in the table is sorted in descending order The Verify Table Sort action takes the value from the Input Value column (e.g., Instrument;descending) and checks whether the specified column (Instrument) is sorted in descending order. The result is stored in the {IsSorted} variable with the following possible values:
Ture – if the column is sorted in descending order
False – if the column is not sorted or an error occurs