PL-500 · Question #181
A Cloud flow using Office 365 Outlook, Approval, and Dataverse connectors has been created In Power Automate Developer Environment. This flow needs to be shared with users in the Test environment…
The correct answer is C. Connection reference. Connection references are the required solution component when including flows with connectors in a solution for export. A connection reference acts as a placeholder that represents a connection within a solution, allowing the actual connection (which is environment-specific)…
Question
A Cloud flow using Office 365 Outlook, Approval, and Dataverse connectors has been created In Power Automate Developer Environment. This flow needs to be shared with users in the Test environment. As the flow is created outside the solution in the Developer environment while adding the flows to the solution. For a successful export, ensure that the flow is not disabled in the exported environment. Which components must be present in the solution?
Options
- AConnection
- BCustom connector
- CConnection reference
- DEnvironment variable
How the community answered
(35 responses)- A3% (1)
- B11% (4)
- C83% (29)
- D3% (1)
Explanation
Connection references are the required solution component when including flows with connectors in a solution for export. A connection reference acts as a placeholder that represents a connection within a solution, allowing the actual connection (which is environment-specific) to be mapped at import time in the target environment. Actual connections themselves cannot be part of a solution because they are environment-bound. This decoupling allows the flow to be exported from Developer to Test without embedding hardcoded credentials or environment-specific connection details. Option A (Connection) is environment-specific and cannot be packaged in a solution. Option B (Custom connector) is only needed if using a non-standard connector. Option D (Environment variable) is used for configuration values, not connector authentication.
Topics
Community Discussion
No community discussion yet for this question.