PL-100 · Question #274
You add a Power Automate flow to a solution. The flow connects to a Microsoft Dataverse environment. You attempt to import the solution into another environment. The process fails due to a missing…
The correct answer is C. Connection reference. To resolve a missing dependency when importing a Power Automate flow that connects to Dataverse within a solution, you should use a connection reference.
Question
Options
- ACustom connector
- BEnvironment variable
- CConnection reference
- DRecord reference
How the community answered
(38 responses)- A3% (1)
- B5% (2)
- C84% (32)
- D8% (3)
Why each option
To resolve a missing dependency when importing a Power Automate flow that connects to Dataverse within a solution, you should use a connection reference.
A custom connector is used to integrate with services that do not have pre-built connectors, which is not the case for Microsoft Dataverse.
Environment variables are used to store configuration values (like URLs or IDs) that might differ between environments, not to manage connection dependencies for flows.
A connection reference acts as a placeholder for a specific connection required by a flow within a solution. During solution import, it allows mapping the flow's required connection to an existing connection in the target environment or creating a new one, thereby resolving dependency issues across environments.
A record reference is not a standard Power Platform component used for managing connection dependencies in Power Automate flows within solutions.
Concept tested: Power Automate solution components - Connection reference
Source: https://learn.microsoft.com/en-us/power-apps/maker/data-platform/create-connection-reference
Topics
Community Discussion
No community discussion yet for this question.