Verify 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 verify if the input value present in the specified table cell and save the result in dynamic variable.

Syntax

Input Value: <Row>:<Column>;<Value>

Argument
Description

<Row>

(Required)

Specify the row index of the table cell.

<Column>

(Required)

Specify the column index of the table cell

<Value>

(Required)

Specify the value to be verified against the table cell value.

Output Value:

Argument
Description

<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

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

Example

Verifies the value of a specified cell in the table

The Verify cell value action takes the value from the Input Value column (e.g., 2;1;Home Improvement Loan) to locate the specific cell at the given row and column, and compares its content with the expected value. The result of the verification is stored in the {Verify} variable as True (if the expected value matches the actual cell content) or False (if the values do not match)

Last updated

Was this helpful?