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. The functionality of this action Avo Assure to fetch the input row number using input text from table and save the result in dynamic variable.
Syntax
Input Value: <Input Text>
<Input Text> (Required)
Specific the text value to search for in the captured table.
Output Value:
<Dynamic Variable> (Required)
This dynamic variable holds the row number where the input text found
<Dynamic Variable> (Optional)
This dynamic variable holds the result of this actions as True or False
Example
Fetches the row number containing the specified text from a captured table.
The Get Row by Text action takes the value from the Input Value column (e.g., SPACE) and searches for the matching text in the captured SAP table. The result of the search is stored in the {Row Number} variable, while the execution status is stored in the {Status} variable, with the following possible values:
True – if the text is found and the row number is retrieved successfully.
False – if the text is not found.

Last updated
Was this helpful?