We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d24815a commit cf98977Copy full SHA for cf98977
forms/notifications/notification.gs
@@ -256,8 +256,6 @@ function sendCreatorNotification() {
256
if (MailApp.getRemainingDailyQuota() > addresses.length) {
257
var template =
258
HtmlService.createTemplateFromFile('CreatorNotification');
259
- template.sheet =
260
- DriveApp.getFileById(form.getDestinationId()).getUrl();
261
template.summary = form.getSummaryUrl();
262
template.responses = form.getResponses().length;
263
template.title = form.getTitle();
0 commit comments