I have a google form that logs all of the submitted info into a template on Google Drive . The onFormSubmit trigger works flawlessly any time that anyone creates a new form entry .
However, if someone goes in and edits an entry the onFormSubmit trigger does not trip at all.
I want to avoid doing this on any sort of SpreadSheet onChange() or that route.
Is there an onFormSubmit() for edits to the original submission?