PL-900 · Question #282
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…
The correct answer is E. Create a Power Automate cloud flow with a connector to email. To automate the manual process of copying information from a SharePoint list to a Microsoft Dataverse instance, you should create a Power Automate cloud flow.
Question
Options
- ACreate a Power Apps Component Framework (PCF) control for the OnLoad events.
- BCreate a business process flow that calls a Power Automate desktop flow.
- CCreate a Power Apps Component Framework (PCF) control for the OnSave event.
- DCreate a Power Automate cloud flow with no connectors.
- ECreate a Power Automate cloud flow with a connector to email.
How the community answered
(46 responses)- A4% (2)
- B2% (1)
- C11% (5)
- D2% (1)
- E80% (37)
Why each option
To automate the manual process of copying information from a SharePoint list to a Microsoft Dataverse instance, you should create a Power Automate cloud flow.
Power Apps Component Framework (PCF) controls are custom code components for extending Power Apps UI or client-side logic, not for backend data automation between different cloud services.
A business process flow guides users through stages within a model-driven app, and Power Automate desktop flows are for robotic process automation (RPA) on desktop applications, neither of which is suitable for cloud-to-cloud data transfer.
Power Apps Component Framework (PCF) controls are custom code components for extending Power Apps UI or client-side logic, not for backend data automation between different cloud services.
A Power Automate cloud flow requires connectors to interact with external services like SharePoint and Dataverse; a flow with 'no connectors' would be unable to achieve the goal of data transfer.
A Power Automate cloud flow is the appropriate tool for automating data transfer between cloud services like SharePoint and Dataverse, as it utilizes connectors to read from one source and write to another, with the email connector suggesting a complete process including notifications.
Concept tested: Power Automate cloud flow for data integration
Source: https://learn.microsoft.com/en-us/power-automate/get-started-flow
Topics
Community Discussion
No community discussion yet for this question.