Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
resources is a txt file. txt file has multiple lines with newlines.
I want to know how to print each content.
I want to print the contents of a specific line. Ex) 5th content out of 10 lines
@moon I want to print the contents of a specific line. Ex) 5th content out of 10 lines use:
@pikachuexeallen said in How to reuse resource if the script failed?:
normally the resource will be skipped or counted as resource is used when a script fails.
Increase the "Max fail usage" value in the resource
48b1a1a8-3fbf-47ad-92ff-48cf1d679c75-изображение.png
@Dexter said in Resource LineFromFile:
What if the user don't has the .txt file?
I gave an example of use, you can receive data in any way convenient for you (for example, get-request)
@Antonio thanks