I'm about to create a Google Form which will export to a Google Sheet. I want to be able to send an email notification to a specific email address (from a list of addresses) based on an answer (which would be in a cell in column C) when the form is submitted.
Example:
UserA answers first question which is required: "What region are you from?"
based on that answer, I want an email to be sent to a specific email address from a list of addresses.
If UserA answers South East an email will be sent to Bob@acme.com
If UserA answers North, an email will be sent to Betty@acme.com
If UserA answers West, an email will be sent to Frank@acme.com
Thanks.