Get Column by Text

The Get Column Number by Text Action in the Avo Assure is found under the Captured Table from SAP Application Element. The functionality of this action in Avo Assure to fetch the input text's using column number and save the result in dynamic variable.

Syntax

Input Value: <Input Text

Argument
Description

<Input Text> (Required)

Specific the text value to search for in the captured table.

Output Value:

Argument
Description

<Dynamic Variable> (Required)

This dynamic variable holds the column 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 column number containing the specified text from a captured table.

The Get Column by Text action takes the value from the Input Value column (e.g., Default value) and searches for the matching text in the captured SAP table. The result of the search is stored in the {Column 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 column number is retrieved successfully.

  • False – if the text is not found.

Last updated

Was this helpful?