diff --git a/apps/builder/src/features/blocks/integrations/googleSheets/api/handleGetConsentUrl.ts b/apps/builder/src/features/blocks/integrations/googleSheets/api/handleGetConsentUrl.ts index 32ab5b61c..f71a27d48 100644 --- a/apps/builder/src/features/blocks/integrations/googleSheets/api/handleGetConsentUrl.ts +++ b/apps/builder/src/features/blocks/integrations/googleSheets/api/handleGetConsentUrl.ts @@ -29,6 +29,7 @@ export const handleGetConsentUrl = async ({ access_type: "offline", scope: googleSheetsScopes, prompt: "consent", + trigger_onepick: "true", state: Buffer.from(JSON.stringify(input)).toString("base64"), }); return {