Hi all,
I'm currently trying to speed up the process of downloading from an API. I've already moved from an iterative macro (changing the page number on each loop) to feeding multiple URLs (generated rows with iterative page numbers) to the download tools and that's given me a 10x performance increase, which is amazing!
But being a fiend for shaving off more time, I then had a cunning plan: To split those multiple URLs using the Tile tool and run them in parallel. That's given me something that looks like the below, but what I've noticed is that all the Download tools run sequentially, not in parallel! Weirdly, it starts from the bottom Download tool and moves up. So it saves no time. Is there something I'm missing here to get them to run at the same time?
