# 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>`&#x20;

| Argument                             | Description                                                                |
| ------------------------------------ | -------------------------------------------------------------------------- |
| <p>\<File path></p><p>(Required)</p> | Provide the path of the from which the line number is to be fetched.       |
| <p>\<content><br>(Required)</p>      | Provide content which will retrieve the line number of this single string. |

**Output Value:**

| Argument                                 | Description                                              |
| ---------------------------------------- | -------------------------------------------------------- |
| <p>\<Dynamic Variable><br>(Required)</p> | This variable holds the line number of the string        |
| <p>\<Dynamic Variable><br>(Optional)</p> | 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

<figure><img src="/files/Bcj7E8suXVmZNxoZIAuS" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.avoautomation.com/avo-assure/actions/generic/file-and-folder-operations/get-line-number.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
