Multi download

Sure, here is a breakdown of how to achieve it.

First, you open the browser with your link:
image

Then, you use the Data Scraping functionality to extract the URLs. Please refer to a multitude of tutorials on the UiPath Academy and on the forum about it :slight_smile:

Then you add some data processing and you can download your file with HTTP Request activity if the condition matches your criteria (in this case, if the file is uploaded with today’s date):
image

Please see the example attached. Beware that it will not download any files because all dates on the server are now 28-08-2018 :slight_smile:

Let me know if you need some additional explanation about the formulas. The code is parsing the date from the extracted Data Table and then comparing it to today’s date :slight_smile:
ScrapingFilesFromURL.zip (47.3 KB)

6 Likes