Hello
I have 5000 urls in txt file and i need to visit them fast in 20 or more threads. I tried everything
and each thread starts with line 1. All threads going through all lines but i need each thread to go through unique line
HEEEEEEEEEEEEEEEELP i wasted 2 days already for this
Use resources to import csv file into BAS. Define resource type as "Lines from file" and set it to "Use each line one time" if you need that behavior. Than just put resource variable in place of URL.