From d326b0d9485348f112aa014fd4614859e183ec60 Mon Sep 17 00:00:00 2001 From: Sean Date: Tue, 3 Dec 2024 14:29:59 -0500 Subject: [PATCH] Update Utils.js --- cm360/Utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cm360/Utils.js b/cm360/Utils.js index 527abd5..7f386c4 100644 --- a/cm360/Utils.js +++ b/cm360/Utils.js @@ -229,7 +229,7 @@ function getEmailParameters( ? message : `This is an automated email to let you know that ${useCase} issues have been identified for CM360 Account ${accountId}.`; - const url = `${SpreadsheetApp.getActive().getUrl()}?gid=${SpreadsheetApp.getActive() + const url = `${SpreadsheetApp.getActive().getUrl()}&gid=${SpreadsheetApp.getActive() .getActiveSheet() .getSheetId()}`;