mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🐛 Fix issue with Google Sheets with non-latin Sheet names #961
This commit is contained in:
@@ -611,6 +611,7 @@ export class GoogleSheets implements INodeType {
|
||||
let range = '';
|
||||
if (operation !== 'delete') {
|
||||
range = this.getNodeParameter('range', 0) as string;
|
||||
range = encodeURIComponent(range);
|
||||
}
|
||||
|
||||
const options = this.getNodeParameter('options', 0, {}) as IDataObject;
|
||||
|
||||
Reference in New Issue
Block a user