I want to upload an array of images from a Jotform submisison to a google drive folder. I have text parser module that outputs 5 different bundles with 5 different urls for each image, after this one I have an Array Aggregator and then a Iterator that sends data to google drive through a HTTP module. The issue is that I’m just getting 1 image uploaded in my google drive folder every single time I run the scenario and not 5 images as the jotform array outputs. Also you can see in the screenshot that both Text Parse and Iterator are showing 1 operation in the output and not 5 different ones per bundle. What’s the problem here? I asked Chat GPT and Claude to find the issue and may be a pan limitation, could this be the actual problem? I need HELP!!
Steps taken so far
I changed scenario settings to 50 cycles, added a Repeater to force the scenario run 5 times and nothing worked.
Can you please share what exactly has been mapped in the Iterator module?
From what you’ve described, it sounds like the issue might be with how the array is being passed the Iterator should receive the complete array of image URLs, not a single wrapped array or item.
If possible, sharing the exported scenario blueprint would make it much easier to pinpoint the issue and help you debug it more effectively.
Attached are examples of both the correct and incorrect ways of mapping the array for your reference.
whatever or whoever told you to do it that way is severely wrong and doesn’t know how to use Make.
You have overcomplicated a very simple tasks. All you need is an iterator after the Jotform module to iterate on the fileUpload array. Then get the file and upload it to Google Drive.
Please delete this text parser, aggregator combo. It is not doing anything useful and only complicates things.