Google Sheets onEdit(e) TypeError: cannot read property

后端 未结 2 1084
囚心锁ツ
囚心锁ツ 2020-12-11 12:52

I\'m trying to implement the onEdit(e) simple trigger of Google Sheets. Everytime I try execute even a simple function such as:

function onEdit(e){
  Logger.         


        
2条回答
  •  眼角桃花
    2020-12-11 13:12

    This seems to be a glitch in the new V8 engine. Disabling V8 should fix it. Let's hope this will be fixed soon.

提交回复
热议问题