Google Sheets Node v4.6 fails with “Cannot read properties of undefined” #15839
Labels
in linear
Issue or PR has been created in Linear for internal review
Needs Feedback
Waiting for further input or clarification.
Bug Description
I’m using the Google Sheets node (typeVersion 4.6) with the “Get Row(s)” operation 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.
To Reproduce
Create a workflow with a Manual Trigger
Add the Google Sheets node and set typeVersion to 4.6
Configure “Get Row(s)” with Document ID and Sheet Name
(Optional) Add a simple filter, e.g. “Weiterverfolgt = Nein”
Execute the workflow
Observe the error message:
It appears immediately, before the node emits any logs or returns items.
Expected behavior
The node should retrieve rows correctly—just as it did in version 4.5—even when a filter is applied, and should not throw an internal error.
Operating System
Railway Linux (containerized via Docker)
n8n Version
1.93.0
Node.js Version
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: