Problem looping through 48 Items and parsing with http

I have working HTTP which extract 48 items:

I have tried to parse each item using Splitinbatch but the only first item is picked up

Then I create a list but still it will not parse through each line and get the data.

I am trying to get the details for each item and save it in an excel sheet.

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

image

any help will be appreciated

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 @techbrooks, welcome to the community! It would be much easier to answer your question if you could share your workflow. Simply copy all your nodes, then edit this post and place them inside </> code.

Hi @techbrooks

Sounds like the split in batch/ loop node is exactly what you need. You just have to loop around back to it after you finish processing each record

Just keep in mind the Loop will go through all records only if it is a real execution of an enabled workflow
When you are manually testing the node it only processes 1 record

That node is not available for me Loop Over Items how do I get it in my n8n desktop version?

I am also running n8n locally and for me it is there by default:
I am running n8n version 1.79.0
Maybe you are on an different version.

For me the node looks like this but it says (Split In Batches) in brackets so i guess it has been modified and renamed at some point.

1 Like

Oh ok it has renamed in the new version Split in Batches

1 Like

Sorry, I am relatively new to n8n so I am not sure if there was another way to solve this problem before they introduced the Loop node.
An update will probably solve your issue but existing workflows might not work if nodes were changed between versions.

Hey @techbrooks The n8n Level One course is a valuable resource. I recommend it to learn the platform effectively N8N Level One Course

When you say ‘desktop version’, do you refer to the old desktop-only version of n8n we used have? This has been discontinued for a LONG time, you really shouldn’t use it anymore.

This worked thanks

1 Like

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