Send Microsoft Form Response On Email Or Outlook by using power automate
Creating a Form and Sending Responses to Outlook Using Microsoft Forms and Power Automate
In this article, we will explore how to create a form using Microsoft Forms and send the responses to Microsoft Outlook using Power Automate. This workflow is ideal for scenarios where user inputs need to be collected and emailed to specific recipients automatically.
Step 1: Create a Form in Microsoft Forms
- Sign in to Microsoft Forms
- Go to Microsoft Forms and log in with your Microsoft account.
- Create a New Form
- Click New Form and give your form a title (e.g., “Feedback Form”).
- Design the Form
- Add the following questions to your form:
- Name: Short answer
- Email: Short answer
- Feedback: Long answer
- Add the following questions to your form:
- Share the Form
- Click Share at the top-right corner to get the link to your form. You can share the form with specific people or allow anyone with the link to respond.
Step 2: Create a Flow in Power Automate
- Sign in to Power Automate
- Go to Power Automate and log in with your Microsoft account.
- Create a New Flow
- Click Create > Automated Cloud Flow.
- Name the flow (e.g., “Send Form Responses to Outlook”).
- Select When a new response is submitted (Microsoft Forms) as the trigger.
- Choose the Form
- In the trigger step, select the form you created in Microsoft Forms.
- Get Response Details
- Click + New Step and search for “Get response details” (Microsoft Forms).
- Configure the action:
- Form ID: Select your form.
- Response ID: Choose the dynamic content “Response ID” from the trigger step.
- Add an Email Action
- Click + New Step and search for “Send an email (V2)”.
- Configure the email action:
- To: Specify the recipient’s email address (e.g., a manager or support team).
- Subject: Add a meaningful subject, e.g., “New Feedback Received”.
- Body: Use dynamic content from the “Get response details” step to include user inputs. For example:
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
}
.response {
background-color: #f9f9f9;
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
}
.response h3 {
color: #4CAF50;
}
.response p {
margin: 5px 0;
}
</style>
<div class="response">
<h3>New Feedback Received</h3>
<p><b>Name:</b> @{outputs('Get_response_details')?['body/Name']}</p>
<p><b>Email:</b> @{outputs('Get_response_details')?['body/Email']}</p>
<p><b>Feedback:</b> @{outputs('Get_response_details')?['body/Feedback']}</p>
</div>
Step 3
Run and test flow
Keywords and seo data
Send Microsoft Form Responses to Email Automatically,How to Send Microsoft Form Responses to Outlook with Power Automate,Email Microsoft Form Responses Directly to Your Inbox,Automating Microsoft Form Responses: Send to Outlook or Email,Simplify Response Management: Send Microsoft Form Results to Email,Creating Automated Emails for Microsoft Form Submissions,How to Forward Microsoft Form Responses to Email Instantly,Email Notifications for Microsoft Form Responses Made Easy,Send Form Responses from Microsoft Forms to Outlook,
MicrosoftForms, #PowerAutomate, #Outlook, #EmailAutomation, #Microsoft365, #FormsToEmail, #WorkflowAutomation, #ProductivityTips, #TechTutorial, #AutomateWithPowerPlatform, #DigitalTransformation, #DataCollection, #EfficientWorkflows, #FormResponses, #EmailNotifications
✨ Thanks for reading! ✨
I hope you found this blog on the Microsoft Power Platform helpful! From Power Apps, Power Automate (Cloud & Desktop), Canvas Apps, Model-driven Apps, Power BI, Power Pages, SharePoint, Dynamics 365 (D365), Azure, and more, I cover a wide range of topics to help you harness these powerful tools. Don’t miss out on future tips, tutorials, and insights—hit that subscribe button to get the latest posts right to your inbox. 💌💬 I’d love to hear your thoughts! Drop a comment below with your questions, ideas, or feedback—let’s get the conversation started!🔗 Let’s connect and grow together!
Follow me, Ravindra Jadhav, on your favorite platforms for even more content and updates on Microsoft Power Platform and related technologies:
💼 LinkedIn – Let’s network and share ideas!
💻 GitHub – Explore my projects and code.
🐦 Twitter – Stay updated with quick tips and industry news.
📺 YouTube – Watch tutorials and deep dives on Power Platform, Power Apps, Power Automate, and more!Let’s build something amazing together with Power Platform and Azure! 🚀