ERROR: Cannot read properties of undefined (reading 'name')

The error I’m receiving ERROR: Cannot read properties of undefined (reading 'name')

When I’m executing the node manually everything works fine. When I execute the whole workflow manually, it throws the error.

Any idea how to fix this?

What ‘name’ is it trying to read?

Hi @donniedarkowindsalt :wave: Could you share your entire workflow with us, as well as this information:

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

from the partial stack that’s visible in the screenshot, I’m guessing the issue is on this line.

But, to be able to even try to fix this (in general any issue like this), we need

  1. The full stack as text from the bottom right panel.
  2. a sample workflow to reproduce this.