An error occurred while deleting using Select xx finished executing

I encountered an error when deleting using Select xx after execution, where the data wasn’t deleted. The workflow option worked fine.

Information on your n8n setup

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

The issue appears to be with the Select node’s execution mode. When deleting data after execution, make sure:

1. Your Select node is set to “Remove Other Fields” mode

2. The data you’re trying to delete is properly mapped in the output

3. The subsequent delete operation node has the correct item references

Could you share your workflow JSON or a screenshot of your Select node configuration? That would help pinpoint the exact issue.