Google script - using template to build table
问题 Trying to build a report to be sent via email. My idea was to build the email using an HTML template, but I seem to be missing out on something... The email should contain a report which will include all entries with a specific month in ColB. Here's a quick demo sheet Here's my code function MonthlyPulseCheck() { var spreadsheet = SpreadsheetApp.getActiveSpreadsheet().getSheetByName('Sheet1'); var pulsedate = new Date("02/02/2022"); var pulsemonth = pulsedate.getMonth(); var Pulsetable =