Get cell value

This is a pre-built action available 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 table, using the row and column numbers provided in the Input Value column, and store the result in a dynamic variable.

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?