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 information. Is there something wrong with my setup?
I have resorted to read responses in the data sheets but that's not ideal. Too many things have to call and/or defined manually.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…