n8n-io / n8n

Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
https://n8n.io
Other
47.48k stars 7.14k forks source link

Google Sheets node doesn't always collect row_number #11354

Open Oestle opened 3 hours ago

Oestle commented 3 hours ago

Bug Description

When using the Google Sheets node with operation "Get row(s)" it doesn't always collect and forward the row_number of the found rows. It seems to me that it's working when testing just that node, but as soon as the whole workflow is run/tested it doesn't forward the row_numbers. I'm using the row_number in a workflow to delete certain rows in a next node, but without the row_number information that doesn't work.

To Reproduce

Expected behavior

row_numbers should always be collected and forwarded when using "Get row(s)"

Operating System

Official Docker Image running on Kubernetes (Ubuntu 22.04)

n8n Version

1.62.3

Node.js Version

20.17.0

Database

PostgreSQL

Execution mode

main (default)

Joffcom commented 3 hours ago

Hey @Oestle,

We have created an internal ticket to look into this which we will be tracking as "GHC-338"