Google forms script on form submit - event does not have FormResponse object
问题 I have a google form, and have added a script to it. I created a function: function myFunction(e) { Logger.log(e); } Then I went to Edit > Current Project Triggers I added a new trigger, selecting myFunction, and the following settings: Select Event Source = From Form Select Event Type = On form submit When I submit the form and check the logs, I see: {authMode=FULL, source=Form, triggerUid=25580} It does not have a response object I have a number of other forms set up and are working and