Problem
I’m using the Google Sheets node (typeVersion: 4.6) with the operation Get Row(s)
in n8n v1.93.0
.
The exact same setup worked flawlessly with version 4.5 of the Google Sheets node. But in version 4.6, the workflow fails immediately with an internal error – even though nothing changed in the configuration.
This happens when using a manual trigger and a simple filter (Weiterverfolgt = Nein
). I’m using Document ID
, Sheet name
, and have tested this with and without filters.
I suspect there is a regression in the node implementation or a required parameter that’s not being validated correctly at runtime.
Error message
Workflow execution had an error:
Cannot read properties of undefined (reading 'execute')
The error occurs immediately, even before the node starts execution. It does not return any logs or items.
This is my workflow
Output
No output – the node does not execute.
Error: Cannot read properties of undefined (reading 'execute')
My setup
- n8n version:
1.93.0
- Database:
SQLite
(default) - n8n EXECUTIONS_PROCESS setting:
main
- Running n8n via:
Docker on Railway
- Operating system: Railway Linux (containerized via Docker)
- Instance ID:
8bf2594d9a698619d7edb471c9d5aeba09caf49ec1aa3b8030cfc9bc71b068a6