Did you set a trigger for this?
Windows için Posta ile gönderildi
Kimden: MoPR Helpdesk
Gönderilme: 22 Haziran 2023 Perşembe 12:27
Kime: Google Apps Script Community
Konu: [Apps-Script] App Script help to send email on value change
--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/9212ac49-cfca-4431-a25b-78fd6b8494fan%40googlegroups.com.
If this script does everything you want done and you just want it to run when a change is done, then just create a trigger manually and set it to run this function when the spreadsheet is edited.
Put your cursor on the left side of the script editor screen, you will see Trigger tab show, click it and then on bottom right, click add trigger, then from that window, select your function, then select the on edit condition to trigger your function. That should do it.
--