mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +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,
|
auth: client,
|
||||||
spreadsheetId: this.id,
|
spreadsheetId: this.id,
|
||||||
range,
|
range,
|
||||||
|
valueRenderOption: 'UNFORMATTED_VALUE',
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user