What is your goal?
Build an automated content posting pipeline where clients submit photos via Google Form → Make.com downloads the files → uploads to Cloudinary → posts to Instagram via Buffer. For carousel posts I need multiple files to be processed individually through the pipeline.
What is the problem & what have you tried?
My Iterator module shows it processes 3 bundles correctly but every downstream module (Google Drive Download, Cloudinary, Buffer) only runs once — processing only the first file.
Scenario flow:
Webhook → Iterator → Google Drive Download → Cloudinary → Buffer
What I’ve tried:
Deleted and recreated the Google Drive module fresh
Checked for filters on the connection between Iterator and Google Drive — none exist
Confirmed Iterator Array field is correctly mapped
Tried {{11.fileIds}} and separate fields {{11.fileId_1}} etc.
All module connections are active with no filters
Error messages or input/output bundles
Error messages or input/output bundles
Iterator output shows:
Bundle 1 — Value: fileId_1 — Total bundles: 3
Bundle 2 — Value: fileId_2 — Total bundles: 3
Bundle 3 — Value: fileId_3 — Total bundles: 3
Google Drive Download summary: 1 operation — only processes Bundle 1
