mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
🐛 Fix bug that Google Sheet data got always copied as string
This commit is contained in:
@@ -47,6 +47,7 @@ export class GoogleSheet {
|
||||
auth: client,
|
||||
spreadsheetId: this.id,
|
||||
range,
|
||||
valueRenderOption: 'UNFORMATTED_VALUE',
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user