Exercício: Guarde uma resposta do Microsoft Forms no SharePoint List.
Índice
- Lab 08: Save a Microsoft Forms response to SharePoint List.
- Microsoft 365 user interface
- Lab Scenario
- Objectives
- Instructions
Lab 08: Save a Microsoft Forms response to SharePoint List.
Atenção: Os exercícios não estão escritos em português por norma todo o conteúdo criado pelo formador Ricardo Cabral é escrito em inglês utilizando a terminologia original.
Microsoft 365 user interface
Given the dynamic nature of Microsoft cloud tools, you might experience UI (User Interface) changes that occur after the development of this training content. As a result, the lab instructions and lab steps might not align correctly.
Cloud updates occur frequently, so you might encounter UI changes before this training content updates. If this occurs, adapt to the changes, and then work through them in the labs as needed.
Lab Scenario
In the previous lab you created a form in Microsoft Forms. Now you need to create a SharePoint List to store the form responses through an automated Power Automate flow.
Objectives
- Create a new SharePoint library to store form responses.
- Create an automated Power Automate flow to obtain responses from Microsoft Forms and save in the SharePoint library.
Instructions
Before you start
- You have to complete the previous exercise.
- You must have access to a Microsoft 365 account with SharePoint Online, Microsoft Forms and Power Automate.
Sign in to the lab environment
Use the credentials provider by the instructor.
Exercise 1: Create SharePoint document library
-
On the SharePoint site that you created in the first exercise, create a new SharePoint list to store the responses to the form created in the previous exercise.
-
The data type of the columns must be identical to the data type of the form questions.
Exercise 2: Create SharePoint document library
-
In Power Automate, search for Record form responses in SharePoint and select the template Record form responses in SharePoint.
-
Enable the necessary connectors and click the Continue button.
-
The template used does not have enough ability to automatically define which form and SharePoint to use. So the flow was to present that it has invalid paraments.
-
Change the flow trigger parameters with data from the form created in Microsoft Forms.
-
In the Get response details action, in the Form Id parameter, choose the name of the form. This action will process all the details of a received response.
-
A ação Create item vai guardar os dados da resposta processado na ação anteiror Get response details. Prencha os parametros
Properties | Action to be carried out |
---|---|
Website address | Choose SharePoint from the first exercise |
List Name | Choose the SharePoint list created to store the responses |
Other fields | Fill in according to the questions and answers you defined. |
-
Change the flow name.
-
Save the flow.
-
Submit a new response in the form and check if it is stored in SharePoint.
-
Check the flow’s action history in Power Automate.
END OF LAB