Get Line Number
This is pre-built Action located under the @Generic Element instructs the Avo Assure to fetch the line number of the content of desired .txt file and save the result in the given dynamic variable.
Syntax
Input Value: <file path>;<content>
<File path>
(Required)
Provide the path of the from which the line number is to be fetched.
<content> (Required)
Provide content which will retrieve the line number of this single string.
Output Value:
<Dynamic Variable> (Required)
This variable holds the line number of the string
<Dynamic Variable> (Optional)
This variable stores the status as true or false
Example
Get the line number of specific content in a file The Get Line Number action takes the value from the Input Value column (e.g., C:\Files\order no.txt;order1002) and searches for the specified content (order1002) within the given file. The line number where the content is found is stored in the {line no} variable, and the status of the action is saved in the {Status} variable with the following possible values:
True – if the line number is retrieved successfully
False – if the line number is not retrieved

Last updated
Was this helpful?