So I got a problem, Say I got 10 DATA in my RESOURCE
DATA1
DATA2
DATA3
DATA4
DATA5
DATA6
DATA7
DATA8
DATA9
DATA10
I run 4 Threads,
Thread 1 get DATA1, Thread 2 get DATA2, Thread 3 get DATA3, Thread 4 get DATA4
So when Thread 1 Encounters a PROBLEM or FAILS, the thread will restart with a NEW DATA since I set (Re-Use Resource UNCHECK) so Thread 1 will get DATA2
So the problem is Thread 2 already using DATA2 and Thread 2 succeeded in its TASK and already Inputted the DATA2 but Thread 1 will get the DATA2 again since it FAILED on its First run and Thread 1 will Succeed too.
So my question is How to prevent this?
I even set MIX LINES on my resource but still getting same DATA
Please help. I register to site and the site always BAN my account since BAS 40% of the time used SAME DATA