Retry an item that failed in a loop

Hello everyone, I have a workflow that has a loop that has many items, inside the loop I have a create row from supabase.

It happens that after creating many items, the loop fails with a DNS error.

How can I make the loop try again with that item, because if I try again it happens.

Information on your n8n setup

  • n8n version: 1.62.6
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): main
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Ubuntu 22.04

hello @Enzo_Carmo

you can open a node’s settings and set the Retry on Fail option

2 Likes

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