n8n - 💡(How to fix) Fix Loop node disfunction on repeated passes

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

The Loop Over Items node should loop over items passed into it, in accordance with its purpose, the documentation, and the common sense, or signal an error describing the exact cause preventing it from doing so.

RAW_BUFFERClick to expand / collapse

Bug Description

The Loop Over Items node works correctly when invoked the first time, but produces incorrect outputs on the following passes - the loop branch is never called, instead the new inputs appear to just be added to the prevously accumulated output and sent down the done branch immediately.

To Reproduce

testloop.json

Expected behavior

The Loop Over Items node should loop over items passed into it, in accordance with its purpose, the documentation, and the common sense, or signal an error describing the exact cause preventing it from doing so.

Debug Info

Operating System

Windows 10 220H2

n8n Version

2.20.7-exp.0

Node.js Version

24.14.1

Database

SQLite (default)

Execution mode

main (default)

Hosting

self hosted

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

The Loop Over Items node should loop over items passed into it, in accordance with its purpose, the documentation, and the common sense, or signal an error describing the exact cause preventing it from doing so.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING