How To Send an Outlook Email for Each Microsoft Forms Survey Response
Yesterday Senior PM, Jon Levesque, posted in the Microsoft Flow Product Blog asking all of you Flow Community users to tell your Flow story and share your Flows with us, The Flow Team! I reccomend that you go and check out the article here:
https://flow.microsoft.com/en-us/blog/share-your-story-with-the-flow-team/
Jon is making things easier by using Microsoft Flow. He created a Microsoft Forms Survey and connected it to a Flow that will send an Outlook email response every time a survey is submitted. There's a template for this, but we recently discovered that the template no longer works so we re-created the Flow from scratch.
In order for this Flow to run with the updates, it needs to be created like this:
Contact me or @JonL with questions!
Thanks for reading!
Gabriel Hollandsworth
Microsoft Flow Community Manager
Comments
-
How To Send an Outlook Email for Each Microsoft Forms Survey Response
I have MS forms that contain 20 or 30 multiline chose questions. I set power automate flow to send the responses to email. But email gets unwanted characters when the responder selects multiple answers. Is there a simple solution to clear the unwanted characters?
Someone used the solution below but as I have so many questions with multiple choices and so many forms like that I am looking for a solution that clear all the unwanted characters in a few simple steps.
replace(replace(replace(body('Get_response_details')?['rb12b59186b54449d83e54595ebe4eb10'],'","','|'), '["',''), '"]','')
*This post is locked for comments