Hi.
I’m fairly new to Make, so I would love some advice.
I’m creating an automation in which I use an iterator to split an array of text into bundles before passing them through several OpenAI modules.
I then want to put all of that information into a single bundle, before placing it in a Google Doc. I know I need to use an aggregator for this.
However, when I add my aggregator to my scenario, it doesn’t “collect” my bundles passing through the Open AI modules and instead creates multiple Word documents.
I’ve tried changing all the configurations, but nothing seems to be helping.
I’ve noticed my aggregator is shaded and linked to the set variable module just before it, so I think it’s caught in the iterator loop. However, I can’t seem to break it. I’ve tried using a router, filters, deleting the module, then adding a new one outside the workflow and linking it that way.
I have two scenarios, this is doing it on and have tried testing the flow. On the first one, the flow actually shows the aggregator “storing” the information, but it still creates multiple Google documents. On the second, it doesn’t even store it and passes each bundle straight through to the Google doc.
As it’s happened twice, I know I must be doing something wrong, but I’ve hit a wall with what to do.
This is my Aggregator settings, by the way, in case that helps.
Any suggestions?