The text aggregator in the iterator route isn't waiting for the iterator to finish

Hey Community!

I have the following problem: Within an iterator, I have several text aggregators. The goal is to temporarily store the output variables from Perplexity and Claude in a variable, and then collect these in a text aggregator. Once the iteration is complete, the text aggregator should create a Google Sheet with the collected output. However, it currently creates a separate Google Sheet for each iteration. I don’t understand why this is happening. I previously tried it without an array aggregator, with the same result. I hope you can help me.





Welcome to the Make community!

Something before your Iterator is generating more than one bundle, which also needs to be aggregated.

Try pointing your “Source Module” to your trigger module.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

Hi @samliew,

to be sure: you mean pointing my array aggregator to my text parser that is 1 step before my iterator?

Here are my settings:


Open up your Text Parser output bubble and see how many bundles are coming out of it :slight_smile:

Update: i changed the source of the text aggregator module from “iterator” to my “text Parser”. For Be sure to add a error handler like a break to the text parser.

No problem, glad I could help!

1. If anyone has a new question in the future, please start a new thread. This makes it easier for others with the same problem to search for the answers to specific questions, and you are more likely to receive help since newer questions are monitored closely.

2. The Make Community guidelines encourages users to try to mark helpful replies as solutions to help keep the Community organized.

This marks the topic as solved, so that:

  • others can save time when catching up with the latest activity here, and
  • allows others to quickly jump to the solution if they come across the same problem

To do this, simply click the checkbox at the bottom of the post that answers your question:
Screenshot_2023-10-04_161049

3. Don’t forget to like and bookmark this topic so you can get back to it easily in future!

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.