Notify Via Email When A Cell Is Updated In Google Spreadsheet
I am new to script and added this script which worked: function sendEmailAlert() { var ss = SpreadsheetApp.getActiveSpreadsheet(); var cellValue = ss.getActiveSheet().getA
Solution 1:
You are right regarding that there is a problem on the var body code line: There are ‘ (curly quotes) instead of ' (straight quotes).
Post a Comment for "Notify Via Email When A Cell Is Updated In Google Spreadsheet"