← Back to Hub
📧

Shared Table Email Summary

Automatically sends weekly waste summary emails from Google Form responses. Configurable schedule, recipients, and categorized item reporting.

Google Apps Script Google Sheets Auto-Emails
This is a Google Apps Script add-on for Google Sheets. It attaches to the spreadsheet that receives your Google Form responses and sends a formatted weekly summary email automatically.

Features

Setup Steps

  1. Open the Google Sheet that receives your waste form responses.
  2. Create a new sheet tab named Config with these rows:
Column AColumn B
Send DayMonday
Recipient Emailyou@email.com
Week Start DaySunday
Last Sent(leave blank)
CC Email(optional)
Send Time7 (24-hour format)
  1. Open Extensions → Apps Script and paste the contents of Code.gs.
  2. Run createDailyTrigger once to install the automation, or use the Waste Summary menu that appears in the toolbar.
  3. Use Waste Summary → Settings to adjust the schedule and recipients without touching the Config sheet.
  4. Use Waste Summary → Send Test Email Now to verify everything is working.

Files in This Project