Event object of onSubmit is empty in Google script
问题 I have a Google form linked to a Google sheet. In that spreadsheet I have code that have this function onSubmit(e){ Logger.log(e) Logger.log("Call onSubmit") } The trigger is setup as follow Project: Spreadsheet's scritp Deployment:Head Event:From spreadsheet - On form submit Function:onSubmit So whenever I submit the form, the log shows [object Object] Call onSubmit The form has many questions, not an empty form. As I read the documentation, it seems like the event object has many