Create an array using a module (with fixed values)

Hello

I want to upload several files using the HTTP Get module.

Each file has a filename and different URL it is downloaded from.

I’d ideally like to set an array which I can iterate through using an iterator before the HTTP Get module - but can’t work out how to make an array with single values - see screenshot.

What I need is an array called pictures for example, then upto 5 pairs of values (URL and filename) - all stored in an array.

I’ve got this far - but can’t get it to set a pair of values.

Any help much appreciated.

Andrew


@Andrew_Davies

One easy way is to use the Parse JSON module. The input can be structured so that you do not need an iterator:

If you really want to use an iterator:


Jim - The Monday Man (YouTube Channel)
Watch Our Latest Video: Creating monday subitems using Make/Integromat The Monday Man Way
Contact me directly here: Contact – The Monday Man

4 Likes

That’s great! Worked a treat - thank you!

2 Likes