| title | Read Specific Line From File |
|---|---|
| description | File Sub-Actions Reference |
| published | true |
| date | 2023-03-21 13:54:27 UTC |
| tags | |
| editor | markdown |
| dateCreated | 2023-03-21 13:54:00 UTC |
With this Sub-Action you can read a specific line of a file.

If this option is selected, when reading in the lines, if there are any %variables% present, they will be parsed for you.
For example, you have a file of welcome messages, that consist of Welcome %user%, with variations on that, the %user% would be replaced when reading the file.
While reading the contents of the file, an attempt will be made on each line to auto-type it. So if it's a number, it will make sure the variable contains a number type.
| Name | Description |
|---|---|
line |
The contents of that line |
fileFound |
This can be used to see if the file is present. Returns true or false. |
- File Sub-Actions Go Back {.btn-grid .my-5}