Back to Browse

Tutorial #1: Notifications in New Sheets with Google Apps Script

14.5K views
Dec 19, 2013
5:00

Set up form submission notifications from the new Google Sheets with one line of Google Apps Script. Here is the Google Apps Script code: function myFunction() { MailApp.sendEmail("[email protected]", "Your title - someone submitted a form", "Your message in the email"); }

Download

0 formats

No download links available.

Tutorial #1: Notifications in New Sheets with Google Apps Script | NatokHD