@YounesGa To have each thread use only 1 line, set the value "max success usage: 1", "max number of simultaneous use: 1".
This is equivalent to the fact that after the flow finishes running with a result of Success, the already used proxy line will not be used again, whereas if there is an error, it will be reused 999999999 times and only one line. for each stream
290a12f6-98cf-4378-9d4c-72a246339adb-image.png
Hi how to get all text from add element?
-
So I'm scraping links and saving them to Add Element in "1.txt"
so I have 50 lines then I want to use the same "1.txt" to get all 50 lines to PASTE or input them on a certain text field.
How to do that?
-
Probably it can be done much faster.. but basic solution for this is simle
- create resource with your 1.txt file
- type text -> content from resource
-
@plantacja said in Hi how to get all text from add element?:
Probably it can be done much faster.. but basic solution for this is simle
- create resource with your 1.txt file
- type text -> content from resource
thank you I'll try this! :)