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

Last updated
Was this helpful?