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)