Get Table Cell Value
The Get Table Cell Value Action in the Avo Assure is found under the Captured Table from SAP Application Element. 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 (starting from 0).
<Column> (Required)
Specify the column index of the cell to be retrieved from the table (starting from 0).
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 index
The Get Table Cell Value action takes the value from the Input Value column (e.g., 3;2) and fetches the content from the corresponding table cell (3rd row, 2nd column). The result of the retrieval is stored in the {Cell Value} variable, while the execution status is stored in the {Status} variable, with the following possible values:
True – if the value is retrieved successfully.
False – if retrieval fails

Last updated
Was this helpful?