Record Microsoft Form Respons In SharePoint Using Microsoft Flow

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

  1. Navigate to the flow site here.
  2. In the top navigation, click My Flows.
  3. Click "Create from a template".
  4. Type form in the search box and then click search. Select Record form responses in SharePoint.
    Form
  5. Enter the credentials and connect to Microsoft Forms and SharePoint connectors. Click "Continue".
    SharePoint connectors
  6. When a new response is submitted, trigger - Select the form ID from the drop-down list.
     Trigger
  7. In the "Get response details" action, select the form ID from the drop-down list.
    ID
  8. Create item action: Select the site address, and last name, and add dynamic contents as shown in the below screenshot.
    Item action
  9. Click Save, once the changes are completed.
  10. Click Test to test the workflow.
    Test
    Test flow
  11. Navigate to the form and submit the response.
  12. Flow ran successfully as shown in the below screenshot.
    Response
  13. 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.


Similar Articles