fix(Google Sheets Node): Update to returnAllMatches option (#10440)
Co-authored-by: Shireen Missi <shireen@n8n.io>
This commit is contained in:
@@ -9,7 +9,7 @@ export const versionDescription: INodeTypeDescription = {
|
||||
name: 'googleSheets',
|
||||
icon: 'file:googleSheets.svg',
|
||||
group: ['input', 'output'],
|
||||
version: [3, 4, 4.1, 4.2, 4.3, 4.4],
|
||||
version: [3, 4, 4.1, 4.2, 4.3, 4.4, 4.5],
|
||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||
description: 'Read, update and write data to Google Sheets',
|
||||
defaults: {
|
||||
|
||||
Reference in New Issue
Block a user