0
votes

I have a Form that populates a Google Sheet. I have a project that contains two Google Scripts. one adds a calendar entry from the data in the Sheet, the other emails certain data to recipients. I have a trigger in place which works for the Calendar, how do I add a second trigger for the email script?

Google searches show how to add a single trigger. Older Google searches show an add button on the Triggers page to add another trigger. I do not have this?

How do I trigger my email script?

1
Call the second script from the calendar.TheMaster
You should be able to create more triggers in YourProject > Triggers.Jescanellas
Thanks TheMaster for pointing me in the right direction.Creakyknees

1 Answers

0
votes

SOLVED: As both scripts were inside the same project, I called the second script from the end of the first (that had the working trigger in place). Works a treat!