Loop not executing all items

Hey Guys,

I’m trying to use a batch operation to split a large API connection job into individual requests. The workflow works, however only runs 2 times for a total of 50 inputs

Just hoping to get some information as to what i’ve done wrong

There are no logs in the docker container that relate to this flow running / failing

Information on your n8n setup

  • n8n version: 1.88.0
  • Database: SQLite:
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via Docker
  • Operating system: unRAID

Hi @xjr

Welcome to the community!
a node is only triggered when it receives an input. In this case the last node does not run a second time. So it does not output anything for the loop to start its 3rd run

So in this case it would be that the merge does not return any data as there are no matches it seems.

1 Like

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