I have a main spreadsheet that collects information being submitted. I would like an email containing the data from the submission to be emailed to a specified email address (not the creator of the form) if a specific value is chosen in the entry. I have created a query to pull all of the data for that particular value into a new tab, but I can't find a simple way to get the data from there emailed out to the particular person.
I was trying to work with a few scripts I found around this site but can't seem to find one that fits my needs. The closest I have found was Google script, send email with form details triggered by form submit
Is it easier to bypass the extra sheet and just create a notification to a specified email with form data when a particular value is entered?