Is merge the ideal node for my needs?

Hi all !

Describe the problem/error/question

I’m facing an issue while using loop over items. After the loop over items I want to merge all the data to get one single list and then create a csv file. But there’s no way I can make it work properly. In the end I only have the csv file with only the data of the last run in loop over item.

Maybe “Merge” is not the ideal node here.

Please share your workflow

Share the output returned by the last node

This is the output for merge node :

I don’t understand why there is the result of all runs separately, instead of one single with all the data for all the runs. Don’t know if I make myself understood :slight_smile:

If anyone can see what i’m doing wrong ? Seem to be easy, but there’s no way I make it work !

Information on your n8n setup

  • **n8n version:**1.62.6
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):**Docker
  • **Operating system:**Windows 11

After the loop the done branch should already combine all items. You can then use aggregate or summerize node to combine into a single item, but this isnt needed if you convert the items to a csv with spreadsheet node.

3 Likes

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