@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
How to Run MultiThread and read each different Text Line ??
-
I Want to Create a Login with 100 Lines of Data in a .TXT File
which contains my username and password in Resources.
However, I have problems when running looping and multithread.
My data has not changed and the top row is always read.Can you help me ?
I want to read different emails when running Each Thread, and Loop Data differently every time an Account is created.
Thanks!!


-
@BAS-Viet-Nam okayy, i willl try brother… thanks for answer… 🙏
-
@BAS-Viet-Nam how to foreach thread? do I need to create a condition on the thread or do I just foreach index thread ? thanks
-
@BAS-Viet-Nam SOLVED THANKS !!!




