My question is simple. If I have a function named 'onEdit' in a Google Apps Script that I have set up as an installable trigger, will it fire twice? As in once for simple trigger behaviour and once for installable trigger behaviour?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
If you have a simple trigger and an installable trigger setup for that onEdit then yes you will get two trigger events.
回答2:
I know that this question has been answered but what worked for me was not naming my method "onEdit" because it will automatically run when editing any cell of the sheet. You just have to install onEdit as a trigger if it requires something with another authorization scope.