Forum Discussion
David Thompson
Aug 08, 2017Copper Contributor
Questions about Form and Flow working together
I want to use a new submission on a Form I created to send emails to a specific individual in my organization if there name is selected in the Form. I have tried multiple different triggers and acti...
Matt Coats
Aug 08, 2017Steel Contributor
Unless someone comes along with something better, you might be looking at a series of hard-coded conditionals where you send an email to a person based on the response that resembles them, (i.e., if John Doe, then email jdoe@microsoft.com, else, move on to next person). This is obviously not ideal, but is the only option I see using Flow and Forms currently, unless someone heroically swoops in with a better method.
David Thompson
Aug 08, 2017Copper Contributor
Matt,
Thanks, I have tried that and have been unsuccessful with that process at this time.
- Matt CoatsAug 08, 2017Steel Contributor
Can you define unsuccessful? I can't help you if I don't know what issues you're running into.