Get Text Of Cell
This is a pre-built action available under the Captured Container Element from the SAP GUI Application. The functionality of this action in Avo Assure is to fetch the text from a specific cell, identified by row and column number, and store the result in the output variable.
Syntax
Input Value: <Row>;<Column>
<Row> (Required)
Row index (starting from 0) within the container where the action needs to be performed.
<Column> (Required)
Column number (starting from 0) where the action should be applied.
Output Value
<Dynamic Variable> (Required)
This variable holds the text fetched from the specified cell.
<Dynamic Variable> (Optional)
This dynamic variable holds the execution status as True or False.
Example
Retrieves text from a 1st row and 1st column cell within the GuiSimpleContainer element
The Get Text Of Cell action retrieves the text from the cell located at the specified position (e.g., 1;1) within the GuiSimpleContainer. The extracted value (e.g., 001 50 0000113000 Bank - bank statemnt 500.00) is stored in the {Get Text} variable, while the execution status is stored in the {Status} variable.


Last updated
Was this helpful?