Merging Split in Batches data

Describe the issue/error/question

I know this get’s asked a lot, I promise I searched!!

I’m trying to merge data from a split in batches node - within the loop I have the data formatted correctly. The final output is messing me up.

I tried the method with this workflow but it’s giving me this:

When I’m trying to get this:

Any help is greatly appreciated!!

Please share the workflow

  • n8n version:
  • Database you’re using (default: SQLite):
  • Running n8n with the execution process [own(default), main]:
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]:

Hi @Tzvi_S, you could either use an Item Lists node at the end of your workflow to split out the “allData” field or use this template instead:

It would return individual items instead of a single item with an “allData” field like so:

Let me know if you run into any trouble with this :slight_smile:

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