Working with next items in a array if one errors

Describe the problem/error/question

I have a workflow that fetches many items, and at a point it goes into a loop, one step of that loop is to fetch something based on the item it gets from the step that starts the loop.

The problem is that if that step errors the flow simply stops, no matter what option I chose if the step errors, it still stops the whole workflow instead of working with the next item.

What is the error message (if any)?

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: [email protected]
  • Database (default: SQLite): MySQL
  • n8n EXECUTIONS_PROCESS setting (default: own, main): Main
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system: MacOS 15.1.1 (24B91)

Maybe like this flow?

You need the path connect back to the loop and it will handle the items one by one.

2 Likes

Ok, there was no need for the No Operation step, I deleted it but the problem has been solved by simply connecting the Get Recording Path to the Loop Over Items step and it continued to work with the next items.

1 Like

Yeah that’s what Loop should do.

Most people forgets to connect back to loop!

Glad it helps and don’t forget to mark as solution. Thanks.

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