Why is text aggregator creating seperate bundles for each scrape. I want all the scraped text into a single bundle. as output so I can send it to next step for processing through openai.
Hello @Real_Internet_Sales,
General Approach
In a Make all different Aggregators works based on Source Module.
You’ve to be sure about the selection of the proper Source Module.
As per this documentation https://www.make.com/en/help/modules/aggregator
The source module is usually an iterator or a search module that outputs a series of bundles.
Your setup
If we compare it with your shared screenshot, You used the ScrapeNinja Scrape Module as a source of Text Aggregator.
Based on the setup I can assume that the ScrapeNinja Scrape Module is within an iterator module. That means when that iterator loops though it generates multiple bundles.
Solution
I recommend you use Iterator as the Source Module of your Text Aggregator, then try things again.
If this still has not solved your roadblocks then please share full-page scenario screenshots with what settings you’ve done.
P.S.: Always search first, Check Make Academy. If this is helpful, Mark Best Answers as Solutions and give If you need expert help or have questions? Contact or comment below!