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
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.