How to use Parallel

I used it to scrape data from 3 different websites in parallel and store the results in an Excel file for each website separately. You just need to make sure not to use any activities that require focus or searching for an image or the process will likely run into a timeout. Also, be aware of any parallel file access, which can also fail (I copy an Excel template for the results, which seems to fail sometimes if 2 processes try to do it at the same time).

13 Likes