I have a simple question: my Google Sheets node is set to read: sheet, but it’s returning 5 items (see image below). This is affecting the expected behavior of my workflow, since the previous node (Stripe Trigger) only passes 1 item.
Why is the Google Sheets node returning multiple items? How can I make it return only 1 item or just the specific row I need?
“read: sheet” operation is for “reading all rows for a given sheet”. You must have 5 rows on the specified sheet and this is how many you are getting back.