nerdexam
Microsoft

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.

Design and manage business solutions

Question

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 dependency. You need to resolve the issue. What should you use?

Options

  • ACustom connector
  • BEnvironment variable
  • CConnection reference
  • DRecord reference

How the community answered

(38 responses)
  • A
    3% (1)
  • B
    5% (2)
  • C
    84% (32)
  • D
    8% (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.

ACustom connector

A custom connector is used to integrate with services that do not have pre-built connectors, which is not the case for Microsoft Dataverse.

BEnvironment variable

Environment variables are used to store configuration values (like URLs or IDs) that might differ between environments, not to manage connection dependencies for flows.

CConnection referenceCorrect

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.

DRecord reference

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

#Power Automate#Solution deployment#Connection reference#Dependency resolution

Community Discussion

No community discussion yet for this question.

Full PL-100 Practice