Loop in Loop for the workflow

I have problems with workflows where there is a loop in a loop, the 2ndory loop has issues, becauses it marks all incoming inputs as done before looping them. I even tried reset but it does not work, it only processes 1st input , everytrhing else is passed as done not not processed , what can i do?

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:

hello @Victor_Sava

Can you please provide an example of the workflow? You can remove any sensitive information there and use the </> button to copy-paste the workflow here.

I have same problem in my workflow. I have 2 loop in my workflow first loop working but second loop work for first input value and other value done without looping

n8n Version 1.21.1
database default
executions process default
running n8n cloud
in windows 10

Generally, you should avoid using nested Loops. They can behave very odd.