ScriptApp.newTrigger("something-goes-here")
.timeBased()
.atHour(4)
.onMonthDay(3)
.create();--
You received this message because you are subscribed to the Google Groups "google-analytics-spreadsheet-add-on" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-analytics-spread...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-analytics-spreadsheet-add-on/d8f66397-ae7a-48ea-ab66-716fe4a1296b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Philip,
Unfortunately I came across this limit / error within the add-on and I've only started looking at a scripted solution since I can't seem to find any other way to get around it.
I've looked at the triggers and as I said, most of them are actually copies of each other.
Just to clarify, they're different documents which have the duplicate triggers, but I seem to have hit a limit for myself as a user. I can't set up new triggers using this add-on in any Sheets file. :(