Loop Over Items not getting data

Hey all!

First off, I’m a total noob here. Sorry if this has an obvious fix, but I’ve been tinkering for way too long now and can’t take it anymore. :sweat_smile:

Describe the problem/error/question

Essentially, I have a Loop Over Items node that doesn’t produce any output, although it has an input, and the batch size is set exactly as listed in the tutorial I followed (here: https://youtu.be/Hm0DZtiKUI8?t=1296).

See screenshots in the bottom.

What is the error message (if any)?

No error message.

Workflow

Share the output returned by the last node

No output coming through, although it’s green-checked.

Information on your n8n setup

Running latest version in Brave Browser (n8n cloud).

Uploading: CleanShot 2025-02-12 at [email protected]
Uploading: CleanShot 2025-02-12 at [email protected]
Uploading: CleanShot 2025-02-12 at [email protected]

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:

You missed the part where you need to close the loop - connect the output of your set node back to the input of the loop over items node:

hey @bartv

really appreciate your response. :pray:

actually, i’ve connected it back like suggested (i only provided parts of the flow above, which i realise is a mistake if i need help…)

here’s the full flow:

Hi,

I am trying to also implement the same workflow. From which I am getting stuck at the Loop Over Items and Edit fields.

I don’t think it is outputting anything from my Loop Over Items.
Please Assist.

@Newbie hey were you ever able to fix this? trying to implement the same workflow but its gets stuck at the loop node. Thanks,

Has anyone worked out the issue? Input is working fine but the loop doesn’t output anything… data is showing when i edit the loop and i can toggle through he inputs as expected but when i test or run it says workflow complete but it doesn’t output anything.

Ok, fixed it was Batch size.

hey @b0y2k – great that you solved it!!

could you share a little step-by-step on how you solved it? what about the Batch size did you fix?