Google Sheets Node (v4.6) fails with 'Cannot read properties of undefined' – but works in v4.5

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

hello @Timo_Sieber

for such an issue better to create a git bug report.

2 Likes

@Timo_Sieber Hi I encountered the same question as yours. Have you created an issue in GitHub? If no, I will go ahead and create one.

1 Like

Hi @nicholaskwc, thanks for checking in! I’ve already opened an issue on GitHub here: Google Sheets Node v4.6 fails with “Cannot read properties of undefined” · Issue #15839 · n8n-io/n8n · GitHub feel free to add any additional details or :+1: the issue if you’re seeing the same problem.