Microsoft Power Platform Fundamentals — Question 180
A company uses a Power Apps canvas app to enter information. The canvas app uses a Microsoft SharePoint list to store information.
A user manually copies the information to a Microsoft Dataverse instance.
You must automate the manual process.
You need to create a solution to meet the requirement.
What should you do?
Answer options
- A. Create a Power Apps Component Framework (PCF) control for the OnLoad events.
- B. Create a business process flow that calls a Power Automate desktop flow.
- C. Create a Power Apps Component Framework (PCF) control for the OnSave event.
- D. Create a Power Automate cloud flow with no connectors.
- E. Create a Power Automate cloud flow with a connector to email.
Correct answer: B
Explanation
The correct answer is B because creating a business process flow that calls a Power Automate desktop flow allows for the automation of the data transfer from SharePoint to Microsoft Dataverse. Options A and C are incorrect as they focus on UI events rather than automation. Option D is not viable since a cloud flow without connectors would not achieve the required integration, and option E does not address the specific need to transfer data to Dataverse.