0

I have a regular google spread sheet that triggers a sidebar form apps script Onload:

https://docs.google.com/spreadsheets/d/1f8n0eRbUacX218zUTBmrOyPWp3wOpi6tOyU8v2UnQdc/edit?usp=sharing

I need a mail merge to be initiated every time the form is submitted.

I have used the Autocrat addon for this when using Google Forms but I cannot get the form trigger to work when submitting from an apps script form. The time trigger actually works.

I feel like im missing something here, can anyone shed some light on why the form trigger doesn't work in this configuration or perhaps other a suggestion for an alternative approach.

Really appreciate the help Dan

1 Answers1

0

Only Google Forms will trigger the on form submit trigger, so you should add a Google Form to your spreadsheet and to make that your script create a Google Form response submission.

Related

Rubén
  • 34,714
  • 9
  • 70
  • 166