Hi everyone, I’m trying to aggregate multiple ChatGPT responses into a single string using the Text Aggregator, but it’s not working as expected.
Scenario:
I extract a long text and split it into parts using a Text Parser.
I use an Iterator to send each part to ChatGPT, which returns a paraphrased version for each block.
ChatGPT generates 6 separate bundles, one for each part of the text.
I want to merge these 6 bundles into a single text using Text Aggregator and then update Google Sheets.
Problem:
Even though Text Aggregator is set up correctly (Source Module: ChatGPT, Row Separator: \n\n), it seems that the bundles are not actually merging.
When updating Google Sheets, only the last bundle is written, overwriting the others.
How can I aggregate the text and update Google Sheets only after? Where am I going wrong?
Thanks in advance for your help! ![]()
I have also tried using the Array Aggregator, but I am still facing the same issue. The text is not being aggregated correctly, and when updating Google Sheets, only the last bundle is written, overwriting the previous ones.
How can I properly aggregate the text and update Google Sheets only after the full text has been combined? Where am I going wrong?"


