i have a google form that collects data to google sheet. I have build an app and i want when a new form is submitted, to trigger an email notification to specific email address.
I have installed the Google Sheets AppSheet Addon - AppSheet Events and turned events on for the sheet in use. I can see that this sheet is used in my app in the addon itself.
External eventing only triggers from manual data changes, when a user manually opens the GSheet and changes a cell. You might consider some other options:
Use something like Zapier to watch for new changes to send out the email alerts.
Build a new record processing system into your app that only shows newly-added records (via a slice), and allows the user to “process” them in some way (send email, copy to another table, etc…)
Setup a schedule-driven Bot to watch for new records (like once a day).