Get Cell Value
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built Action located under the Table captured from the AUT Element, instructs the Avo Assure to extract the value of the specific cell in the table and save the result in the given dynamic variable.
Input Value: <Row>;<Column>
<Row> (Required)
Specify row number of the table cell to be fetched
<Column>
(Required)
Specify column number of the table cell to be fetched
Output Value
<Dynamic Variable> (Optional)
This dynamic variable holds the extracted cell value
<Dynamic Variable> (Optional)
This dynamic variable holds the result in True or False
Example
Extracts the text or data from a specific table cell
The Get Cell Value action takes the value from the Input Value column (e.g., 5;3) and retrieves the value from the specified cell in the table, based on the given row and column position. The result of the extraction is stored in the {CellValue} variable and the execution status is saved in the {Status} variable with the following possible values:
True – if the cell contains a value and retrieved successfully
False - if the cell is empty or not found