Microsoft Power Automate RPA Developer — Question 52
You are building automations within Microsoft Power Platform for Contoso.
The automations have the following key requirements:
• A single parent automation is already configured. The automation must be used to trigger an additional child automation.
• The parent automation already exists within the ContosoAutomations solution. The existing child automation is outside of the solution
• All automations must be deployed together.
• No dependency on physical compute environments is allowed.
You need to configure the automations.
What should you do?
Answer options
- A. Use a connection reference.
- B. Delete the parent flow. Recreate it outside of the solution.
- C. Delete the child flow. Recreate it in the ContosoAutomations solution.
- D. Remove the parent flow from the ContosoAutomations solution.
Correct answer: C
Explanation
The correct answer is C because the child automation needs to be part of the ContosoAutomations solution to meet the requirement of deploying all automations together. Option A does not solve the issue of the child automation's location, while options B and D would complicate the solution without addressing the need for both automations to be in the same solution.