Nested Loops n8n

Describe the problem/error/question

Hello! My problem is that I need to use 3 loops in my workflow:

There is no error, but I don’t know how to connect the loops between them so they all loop over their different batches. Now, the las loop works okey, but then, It should go back to the second loop, and repeat the process and then go back to the first loop and repeat the process for every item of the first loop batch. I don’t know how to do that.

The first loop has to iterate over different restaurants. The second has to iterate over batches of urls (of every restaurant) and the last one has to iterate over every url of every batch of the second loop.

Thank you very much.

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:

Check out this discussion:

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