Nicholas Selby
Nicholas Selby
@fladna9, awesome fix! The only thing I needed to change was to import your script in my HTML file: ``
Thank you, @mbourne! For those of you wanting a quick way to implement their solution in your own work, including the following in the `` works for me: ``` function...
In `Helpers.gs`, on line 939, could we replace `throw err;` with `return null;`? That way, when it encounters an error in an event, it will skip the event and move...