Loop in flow

Describe the problem/error/question

problem in loop, i get error, i put smth in a wrong order in the flow I suppose.

What is the error message (if any)?

Node was not executed
The execution took a different path and didn’t reach this node. This typically happens with conditional nodes like If or Switch

Please share your workflow

Share the output returned by the last node

Node was not executed
The execution took a different path and didn’t reach this node. This typically happens with conditional nodes like If or Switch.d output. →

Information on your n8n setup

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

hi @insta_crawler , good morning!
The main error is in the logic of Loop over items / Split in Batches.
the final output of the Loop over items is empty.
Output 1 is not connected to anything. So when the loop ends, the flow ends there.
Check the telegram too, because it seems strange to me.

Hi @insta_crawler

Right now you are doing this

What about changing to this

or this

Code node produced no output data, hence everything is being dropped