How to attach multiple images from Survey123 to Email?

Hello. Survey123 allows for one image question to have multiple images captured/uploaded. I currently have Survey123 + HTTP Get a File + Outlook Email Create and Send Message modules setup. The email gets send but only one image is attached when there are sometime 3 or 4 available.

The screenshot below is an example how the single image question has multiple images. Is there way to configure the scenario to grab all images and attach it to the email?

Hey there,

first you will need an iterator module to go through the array of images, then the Get a file module to download each of them, then an aggregator module to go back to an array of files. Which you then map in the Outlook module as attachments.