mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(Google Sheets Node): Make it possible to set cell values empty on updates (#17224)
Co-authored-by: Milorad FIlipović <milorad@n8n.io> Co-authored-by: Nikhil Kuriakose <nikhil.kuriakose@n8n.io>
This commit is contained in:
@@ -11,7 +11,7 @@ export class GoogleSheets extends VersionedNodeType {
|
||||
name: 'googleSheets',
|
||||
icon: 'file:googleSheets.svg',
|
||||
group: ['input', 'output'],
|
||||
defaultVersion: 4.6,
|
||||
defaultVersion: 4.7,
|
||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||
description: 'Read, update and write data to Google Sheets',
|
||||
};
|
||||
@@ -27,6 +27,7 @@ export class GoogleSheets extends VersionedNodeType {
|
||||
4.4: new GoogleSheetsV2(baseDescription),
|
||||
4.5: new GoogleSheetsV2(baseDescription),
|
||||
4.6: new GoogleSheetsV2(baseDescription),
|
||||
4.7: new GoogleSheetsV2(baseDescription),
|
||||
};
|
||||
|
||||
super(nodeVersions, baseDescription);
|
||||
|
||||
Reference in New Issue
Block a user