Combine loop items after finish looping

Below is my workflow:

Basically what it does is get top 10 URLs using seper.dev API
Loop on each of the URL
on each URL It will extract the article content using the Ujeebu node

This workflow is working, what I need last is to combine all the extracted article into 1 output. Once I get the combined text I plan to do a lot of things with that like summary using LLM.

But first I need to solve how to get all the extracted articles into 1 output

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @welski , Loop node does it for you. Checkout the “done” output of the node.

1 Like

I see the done output but it ask me for a node?
What do I put there so that I get the concatenation of the results of the loop which is extracting article of top 10 url?

Hey @welski , you put there the node that you want to use to deliver the result of iteration or do further processing on the accumulated outcome of HTTP Request node that you use in the loop.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.