I have a google sheet as a source and the sheet is the data connected to a google form so when an outsider user interacts with the form and submits a response it creates a new row
I want this to trigger an email from glide how can this be achieved ?
I think Zapier’s Glide module has a trigger for when a new row is added.
An alternative is using Google Apps Script to send a payload to a webhook in Make/Zapier, then send an email. (Edit: forgot you can send an email directly using GAS)
Another alternative is moving your form to Glide instead of using Google Sheets. You can then add an on-submit action to send an email after the form is submitted.
May I know I reason you want to trigger it from Glide specifically? As you are using a Google Form to collect data, you can build automation directly with the Google form or Sheet using Zapier or Make to do that. Rest if you still want to do it through Glide @ThinhDinh already suggested the routes above.
If your application’s data source is Google Sheets, using Google Apps Scripts is much more efficient; at least you don’t have to involve Zapier/Make anymore.