How to download multiple files in Creator?

How to download multiple files in Creator?

I'm trying to download multiple files from a creator report using a for loop but it only seems to be downloading one file. It seems like no more code can be run after downloading this one file. Is there a way to download multiple files? I'm currently using openUrl to download these files. 
  1. for each  id in idList
  2. {
  3. openUrl("https://creator.zoho.com/api/v2/debbie5/file-sharing/report/store_uploads/" + id+ "/Upload/download","same window");
  4. }
Does anyone know how to download multiple files from a report in Creator?