Get Cell Status

The Get Cell Status Action in the Avo Assure is found under the Captured Table from SAP Application Element. This functionality of this action in Avo Assure to fetch the status of the radio button/checkbox in the table cell and save the status in dynamic variable.

Syntax

Input Value: <Input row;column>

Argument
Description

<Input row> (Required)

Specify the row index of the cell containing the checkbox/radio button (starting from 0).

<Column>

(Required)

Specify the column index of the cell containing the checkbox/radio button (starting from 0).

Output Value

Argument
Description

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

This dynamic variable holds the checkbox/radio button status as True or False.

Example

Retrieves the status information of a specific cell from a table based on the parameter

The Get Cell Status action takes the value from the Input Value column (e.g., 3;4) and identifies the status of the given cell. The result of the cell status is stored in the {CellStatus} variable as True or False

Last updated

Was this helpful?