Get Row by Text

The Get Row Number by Text Action in the Avo Assure is found under the Captured Table from SAP Application Element. It instructs the Avo Assure Client to fetch the input row number using input text from table and save the result in output variable.

Syntax

Input: <Input Text> 

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

Usecase/Example

Scenario

Consider a scenario where a user is testing an SAP GUI application and user needs to identify the row number of a specific purchase order (e.g., "4500001234") in the purchase order table. By using the Get Row Number by Text action in Avo Assure, the user retrieves the purchase order number 4500001234, which is located at the 5th row of the table, to dynamically verify its status or update its details.

Input

450001234

Expected Result

The Get Row Number by Text Action should return the row number where the purchase order number "4500001234" is located, such as Row 5 and save the status in Output variable.

Output

The Get Row Number by Text Action is fetches the value present in the cell of the table and stores in the {row_no} output variable as “5”, which can be utilized for display or other purposes.  

Last updated

Was this helpful?