Introduction
In this article, you will see how to record Microsoft Form responses in SharePoint using Microsoft Flow. Microsoft Forms allows the users to:
- Easily create surveys, quizzes, and polls.
- Analyze the responses or results using built-in analytics.
- Access the form or quiz via browser or mobile.
- Export the form data to Excel for additional analysis.
In the previous article, we saw how to create a form in Microsoft Forms. I have created a sample form, as shown in the below screenshot.
![Microsoft Forms]()
I have created a custom list in SharePoint.
- Select Training Topics: Single line of text
- Select Training Mode: Single line of text
- Comments: Multiline of text
- Responder: People or group
![Training topic]()
Create and test the flow
- Navigate to the flow site here.
- In the top navigation, click My Flows.
- Click "Create from a template".
- Type form in the search box and then click search. Select Record form responses in SharePoint.
![Form]()
- Enter the credentials and connect to Microsoft Forms and SharePoint connectors. Click "Continue".
![SharePoint connectors]()
- When a new response is submitted, trigger - Select the form ID from the drop-down list.
![Trigger]()
- In the "Get response details" action, select the form ID from the drop-down list.
![ID]()
- Create item action: Select the site address, and last name, and add dynamic contents as shown in the below screenshot.
![Item action]()
- Click Save, once the changes are completed.
- Click Test to test the workflow.
![Test]()
![Test flow]()
- Navigate to the form and submit the response.
- Flow ran successfully as shown in the below screenshot.
![Response]()
- A new item was created in the SharePoint list, as shown in the below screenshot.
![New item]()
Summary
Thus in this article, you saw how to record form responses in SharePoint using Microsoft Flow.