Unstable workflow and uncomplete loops

I have a kinda complex workflow, but i don’t understand why it is so unstable, and by that i mean, the first loop iterates through 10 items, but the filters never actually filter 10 items, and almost never the workflow uses all 10 items in all nodes, and i don’t understand why this happens, am i build the workflow in the wrong way?

  • n8n version: 1.69.2
  • Database (default: SQLite): SQL Server
  • n8n EXECUTIONS_PROCESS setting (default: own, main): Default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Linux

If it’s an array of objects try using “Split Out” node to split and then try querying the data, it acts similar to looping, if it doesn’t work pls share the workflow so I can try recreating it and help.

1 Like

This actually worked! now the only problem i have is the loop not ending properly and looping a larger number of times than the number of input data, it loops 16 times but only recieves 10 input items

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