How to download and rename multiple files

0
I have an entity called 'AdjustmentRequest' that is associated with a FileDocument entity called 'UploadDocument.' I would like to create a microflow that renames all of the files in the 'UploadDocument' entity, then download the files.   I created a microflow that retrieves a list of 'UploadDocument', then it loops and iterates through each file. Inside the loop, it retrieves the associated record from the 'Adjustment Request' entity and renames the file based on attributes from the 'Adjustment Request' entity. I end the loop by downloading the file.    When I ran the microflow, it only downloaded one file (the file that was uploaded to the app). I was wondering if there is a way to download and rename multiple files at once? TIA!  
asked
1 answers
0

common approach is to zip all files and download the archive.Please check below link.

Mendix Community - Question Details

answered