Set Cell Value IRIS

This is a pre-built action available under the Captured Table Element from the Desktop Application using the IRIS method. The functionality of this action in Avo Assure is to set or update the value of a specified cell in the captured table cell.

Syntax

Input Value: <Row>;<Col>;<Text>;<option>(Optional)>

Argument
Description

<Row>(Required)

Enter the row number of the cell where the value is to be set

<Col>(Required)

Enter the column number of the cell where the value is to be set

<Text>(Required)

Provide the text or value to set in the cell

<option>(Optional)

Provide the value as 1.

Note: This is used when the table has cells of equal height. This helps IRIS read the table properly when it cannot detect the cell height clearly due to pixelation or unclear display.

Output Value

Argument
Description

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

This dynamic variable holds the status as True (if the value was set successfully), or False (if step fails)

Example 1

Sets the value "SANFRANSISCO" text in the cell at row 2, column 3, specifically in a textbox inside that cell.

The Set Cell Value IRIS action takes the row, column, text from the Input Value column and sets the value accordingly.

Example 2

Sets a value "SANFRANSISCO" text in a specific cell within a table element.

The Set Cell Value IRIS action takes the value from the Input Value column (e.g., 2;3;SANFRANSISCO;1), where 2 is the row, 3 is the column, SANFRANSISCO is the text to be set, and 1 is an optional parameter that defines cell has equal height.

Last updated

Was this helpful?