Set Cell Text

The Set Cell Text Action in the Avo Assure is found under the Captured Table from SAP Application Element.The functionality of this action in Avo Assure to set the text in the cell of the table and save the status in dynamic variable.

Syntax

Input Value: <row>;<col>;<InputText>

Argument
Description

<eowr (Required)

Specify the row index of the table

<Col> (Required)

Specify the column index of the table

<InputText> (Required)

Specify the text which need to be inject to the particular cell

Output Value:

Argument
Description

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

This dynamic variable holds result of this actions as Ture or False

Example

Sets the text in a specified cell of the table at the defined row and column.

The Set Cell Text action takes the value from the Input Value column (e.g., 3;2;OR3457) and sets the text in the specified cell. The result of the execution status is stored in the {Result} variable as Ture or False

Last updated

Was this helpful?