Hi,
I am using the download tool to retrieve data via API by providing a url. This works fine.
The API does not allow to retrieve several sets of data at once which means I have around 50 different urls.
I do not wannt to manually create 50 download tools, so I was trying to use a list of all urls and "loop through it". I was trying to use the iterative macro but could not finish successfully. Can you help me? 
Workflow is very simple: Just a list of urls and a download tool that uses the url as input.

Thanks!!