Hi,
I've got a batch macro where the control parameter is updating with different years, with the actual macro pulling a list of all of the PDF documents on the webpage for that year, and then using a final download tool to pull back the PDF document.
The URL is structured as http://domain.com/public-filings?Yearid=2019, so the control parameter is updating with 2019, 2018, 2017 etc
However when running it, for each batch it will retrieve a list of about 30 pdf documents, but I have noticed that if in a particular batch (say 2017) a file doesn't download, it won't continue to download the other files within the 30, it just skips straight to the next value in the parameter i.e 2016. Is there any way of stopping this behaviour?
I've got a redacted version of the results pane below, as you can see there is an error in the 2017 files and it jumps onto 2016.

It's also tricky to replicate the issue as it sometimes running it a second time it doesn't produce the error.