Get Cell Text
Last updated
Last updated
This is pre-built Action comes for Captured GridView in SAP Application Element category. It instructs the Avo Assure client to retrieve the text from the cell of the GridView and subsequently store the result in output variable.
Input: <Input Row; Column>
Note: Here user need to provide input row and column based on grid.
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
4;5
Consider a user working on the SAP application. The MM60 transaction (Material Master List) displays material details in a grid format with various columns representing attributes such as material number, description, plant, stock quantity, and more. Users want to extract specific data from individual cells in the grid to verify certain values or perform comparisons. With the help of the ‘Get Cell Text’ action, user can fetch the text of a specific cell in the grid to validate the required information.
The Get Cell Text keyword should return the text of the specified cell from the grid and store the result in output variable {Cell text} as 45 (Stock Quantity).
The action is performed, and the result is saved in the output variable {Cell Text} as 45 (Stock Quantity).