Hi all, I am probably overlooking the obvious but I am stuck trying to aggregate multiple runs from one node into one record in n8n
I have a process that will search my email for relevant communication related to a specific search. Assuming there is more than one result, it will download all items and then summarize them one by one. The output could be anywhere between 2 and 50 records. In the next step, I want to load them all into an AI agent in one run, so the agent does not analyse them individually.
The individual fields option in the aggregate function seemed to be the most obvious option, but it just passes them through one by one.
I am using the N8N cloud hosted latest version.
Appreciate any advise you can give.