Hi i have made this scenario
But in this setup it only downloads one image, how can i change this setup so that its gets all images and then upload them all?
here you can see a more detailed view of the modules an what comes out of the webhook.
Hi i have made this scenario
But in this setup it only downloads one image, how can i change this setup so that its gets all images and then upload them all?
here you can see a more detailed view of the modules an what comes out of the webhook.
Hey @Esben
You are going to have to add an Iterator before the HTTP - Get a File module, and map in the array variable:
Then you can map in the output of the Iterator into the HTTP module in order to download all files.
I hope this helps you.