PL-500 · Question #167
You are creating an automation that must copy a file from an on-premises shared folder to a Microsoft SharePoint library. The automation must be triggered after a file is created in the shared…
The correct answer is A. Desktop flow D. On-premises data gateway. Copying a file from an on-premises shared folder to SharePoint requires a desktop flow to interact with the local file system and an on-premises data gateway to bridge the on-premises network with Power Automate cloud services.
Question
You are creating an automation that must copy a file from an on-premises shared folder to a Microsoft SharePoint library. The automation must be triggered after a file is created in the shared folder. You need to create the automation. Which two features must you use to achieve this goal? Each correct answer presents part of the solution. Choose two. NOTE: Each correct selection is worth one point.
Options
- ADesktop flow
- BCloud flow
- CMachine registration
- DOn-premises data gateway
How the community answered
(26 responses)- A77% (20)
- B8% (2)
- C15% (4)
Why each option
Copying a file from an on-premises shared folder to SharePoint requires a desktop flow to interact with the local file system and an on-premises data gateway to bridge the on-premises network with Power Automate cloud services.
A desktop flow is required because it can interact directly with the on-premises file system, including detecting new files in a shared folder and performing local file operations that cloud flows cannot access natively.
A cloud flow alone cannot access or monitor an on-premises shared folder because it lacks direct connectivity to the local network without a gateway.
Machine registration is used for registering machines to run unattended desktop flows in the cloud but is not a core connectivity feature needed to bridge on-premises file access with SharePoint.
The on-premises data gateway is required to establish a secure connection between the Power Automate cloud service and the on-premises network, enabling the cloud orchestration layer to communicate with and trigger the desktop flow running on the on-premises machine.
Concept tested: On-premises file automation with desktop flow and gateway
Source: https://learn.microsoft.com/en-us/power-automate/gateway-reference
Topics
Community Discussion
No community discussion yet for this question.