Iteration of facebook post due to array aggregator iterating

I am currently working to get an automated system for members leaders at my church to upload facebook post via Google Forms and upon downloading the Files and creating an array to the bundle the photos together and post only one post it post individual post for every photo uploaded. can anyone help me and dumb it down for me I am not very savy with this but I am willting to learn to teach others after.

From Google Form to Facebook.blueprint.json (234.8 KB)

Welcome to the Make community!

Setting the Correct Aggregator Source

You need to set the “Source Module” field of the aggregator to where the bundles are coming from. This is usually an iterator module, but can also be a search/list/repeater module, or even the trigger module!

Example

Here is an example of how your scenario could look like:
Screenshot 2025-10-26 212617

This is just an example. Your final solution may or may not look like this depending on your requirements and actual data.

For more information, see “Mapping with arrays” in the Help Centre. You should also do the Make Academy, which also covers the use of Iterators & Aggregators.

Hope this helps! If you are still having trouble, please provide more details.

@samliew
P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!

2 Likes

Thank you so much. it took me a minute to understand that if I insert an array aggregator after the text parser and tie it to the text parser outcome, then insert a Google Drive module in between them, then change the input of the array aggregator to be the output of the Google Drive, they would stay connected, which would stop the iteration.