Get Table Cell Value
This is a pre-built action available under the Captured Table Element from SAP GUI Application. The functionality this action in Avo Assure Client to fetch the value present in the specified cell of the table and save the status in dynamic variable.
Syntax
Input Value: <Input Row;Column>
<Input Row> (Required)
Specify the row index of the cell to be retrieved from the table
<Column> (Required)
Specify the column index of the cell to be retrieved from the table.
Output Value
<Dynamic Variable> (Required)
This dynamic variable holds the cell value from the table
<Dynamic Variable>
(Optional)
This dynamic variable holds result of this actions as Ture or False
Example
Retrieves the value from a specified cell in a table based on row and column number
The Get Table Cell Value action takes the value from the Input Value column (e.g., 3;2) and fetches the content (e.g., TYPE) from the GuiTable cell at the specified row and column position. The result of the retrieval is stored in the {Cell Value} variable


Last updated
Was this helpful?