I'm trying to get an email to fire alerting me if a column in a Google Sheet =X.
I've tried using the notification system using using the EQ operator to turn on when a cell equals X, this changes a cell and the notification system is supposed to send an email right away. It's not working that way, the email never fires.
I'm think I need a script that would fire an email if a cell =X which would be nice because I could customize the email so it made more sense. (i.e. "The conference room your event is being held has reached capacity, you should remove it from the reservation form")
I am new to Google Scripts and could use a little help creating the email trigger if cell =X script.
Thanks,
Dave
You would need to add a script to run onEdit.
This will html file data (given below) when triggered.