Unselect Column
The Unselect Column Action in the Avo Assure is found under the Captured Table from SAP Application Element. The functionality of this action in Avo Assure to unselect the column given in the input and save the status in dynamic variable.
Syntax
Input Value : <Input Column Number>
< Input Column Number>
(Required)
Specify the column index of the table to unselect particular column
Output Value
<Dynamic variable>(Optional);<Dynamic variable>(Optional)
This dynamic variable holds the result of this action as Ture or False
Example
Unselects a specific column from a table based on the provided column number.
The Unselect Column action takes the value from the Input Value column (e.g., 3) and unselects the specified column in the table. The result of the unselecting operation is stored in the {Unselect} variable as Ture or False

Last updated
Was this helpful?