Relative Content

Tag Archive for javascriptjavagoogle-apps-script

Google Apps Script: If Changes are Made Within Amount of Time

Relatively new to Apps Script but not to programming. I’ve got a script that sends emails to specific people on my team whenever specific boxes are checked or text is entered. However, I’ve run into the issue of tons of emails flooding our inboxes for each individual change to a cell. I’m wondering if there’s a way to use ReplyTo if changes are made within a specific amount of time in a cell, say, 1 minute?