Get cell value

This is a pre-built Action located under the @Captured Table Element from the Desktop Application. The functionality of this Action in Avo Assure is to retrieve the value from a specific cell in the captured table using the row and column numbers provided in the Input Value column and store the result in a dynamic variable for further use during test execution.

Syntax

Input Value: <Row>;<Column>

Argument
Description

<Row>

(Required)

Specify the row index of the table cell.

<Column>

(Required)

Specify the column index of the table cell

Output Value:

Argument
Description

<Dynamic Variable>

(Required)

This dynamic variable holds the retrieved cell value.

<Dynamic Variable>

(Optional)

This dynamic variable holds the status of the action as True or False.

Example

Retrieves the value from a specified cell in the table

The Get cell value action takes the value from the Input Value column (e.g., 2;1) to identify the row and column of the target cell in the table. It then retrieves the cell content and stores the result in the {Cell Value} variable as (Home Improvement Loan)

Last updated

Was this helpful?