nerdexam
Microsoft

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.

Submitted by yaw92· Apr 18, 2026Demonstrate the capabilities of Power Automate

Question

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?

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)
  • A
    4% (2)
  • B
    2% (1)
  • C
    11% (5)
  • D
    2% (1)
  • E
    80% (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.

ACreate a Power Apps Component Framework (PCF) control for the OnLoad events.

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.

BCreate a business process flow that calls a Power Automate desktop flow.

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.

CCreate a Power Apps Component Framework (PCF) control for the OnSave event.

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.

DCreate a Power Automate cloud flow with no connectors.

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.

ECreate a Power Automate cloud flow with a connector to email.Correct

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

#Power Automate#Cloud Flow#Data Integration#SharePoint#Dataverse

Community Discussion

No community discussion yet for this question.

Full PL-900 Practice