- A
Embed a Power Apps canvas app
Why wrong: Power Apps is for user interfaces, not backend workflows.
- B
Use AI Builder to create a model
Why wrong: AI Builder is for AI capabilities, not workflow automation.
- C
Configure the Dataverse connector directly
Why wrong: The Dataverse connector alone doesn't provide workflow logic.
- D
Add a Power Automate flow as a plugin
Power Automate flows can be called from Copilot Studio to automate workflows.
Quick Answer
The correct answer is to add a Power Automate flow as a plugin. This is because Copilot Studio natively supports extending a copilot’s capabilities by integrating a Power Automate flow as a plugin, which allows the bot to trigger a workflow that creates a record in a Dataverse table and sends an approval email—directly meeting the requirement without needing embedded apps or AI Builder. On the Microsoft Power Platform Fundamentals PL-900 exam, this scenario tests your understanding of how Copilot Studio leverages plugins for automation, often appearing as a question where distractors include embedding a canvas app or using AI Builder for approvals. A common trap is thinking you need a separate app, but the flow plugin acts as a bridge between the copilot and Dataverse. Memory tip: think “Plugin = Prompt to Process”—the copilot prompts the flow, which processes the Dataverse record and approval.
PL-900 Practice Question: Demonstrate the capabilities of Microsoft Copilot Studio
This PL-900 practice question tests your understanding of demonstrate the capabilities of microsoft copilot studio. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A company wants to extend their existing copilot built with Copilot Studio to trigger a workflow when an employee requests time off. The workflow must create a record in a Dataverse table and send an approval email. What should the copilot developer use?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Add a Power Automate flow as a plugin
Option D is correct because Copilot Studio allows extending a copilot's capabilities by adding a Power Automate flow as a plugin. This enables the copilot to trigger a workflow that creates a record in a Dataverse table and sends an approval email, directly fulfilling the requirement without needing to embed an app or use AI Builder.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Embed a Power Apps canvas app
Why it's wrong here
Power Apps is for user interfaces, not backend workflows.
- ✗
Use AI Builder to create a model
Why it's wrong here
AI Builder is for AI capabilities, not workflow automation.
- ✗
Configure the Dataverse connector directly
Why it's wrong here
The Dataverse connector alone doesn't provide workflow logic.
- ✓
Add a Power Automate flow as a plugin
Why this is correct
Power Automate flows can be called from Copilot Studio to automate workflows.
Related concept
Read the scenario before looking for a memorised answer.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates may confuse using a Dataverse connector directly (Option C) with the correct method of invoking it through a Power Automate flow plugin, as the connector alone cannot be triggered by a copilot topic without an intermediary flow.
Detailed technical explanation
How to think about this question
Under the hood, a Power Automate flow added as a plugin in Copilot Studio uses the Bot Framework's skill or action model, where the copilot sends a trigger payload to the flow via HTTP. The flow then executes Dataverse connector actions (e.g., 'Create a new row') and Office 365 Outlook actions (e.g., 'Send an approval email'), returning a response to the copilot. In real-world scenarios, this pattern is essential for handling complex business logic that requires sequential or conditional steps, such as checking employee leave balance before creating the record.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Demonstrate the capabilities of Microsoft Copilot Studio — study guide chapter
Learn the concepts, then practise the questions
- →
Demonstrate the capabilities of Microsoft Copilot Studio practice questions
Targeted practice on this topic area only
- →
All PL-900 questions
976 questions across all exam domains
- →
Microsoft Power Platform Fundamentals PL-900 study guide
Full concept coverage aligned to exam objectives
- →
PL-900 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related PL-900 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Identify foundational components of Power Platform practice questions
Practise PL-900 questions linked to Identify foundational components of Power Platform.
Demonstrate capabilities of Power BI practice questions
Practise PL-900 questions linked to Demonstrate capabilities of Power BI.
Describe complementary Microsoft Power Platform solutions practice questions
Practise PL-900 questions linked to Describe complementary Microsoft Power Platform solutions.
Demonstrate the capabilities of Power Automate practice questions
Practise PL-900 questions linked to Demonstrate the capabilities of Power Automate.
Describe the business value of Microsoft Power Platform practice questions
Practise PL-900 questions linked to Describe the business value of Microsoft Power Platform.
Manage the Microsoft Power Platform environment practice questions
Practise PL-900 questions linked to Manage the Microsoft Power Platform environment.
Identify foundational components of Microsoft Power Platform practice questions
Practise PL-900 questions linked to Identify foundational components of Microsoft Power Platform.
Demonstrate the capabilities of Power BI practice questions
Practise PL-900 questions linked to Demonstrate the capabilities of Power BI.
Demonstrate the capabilities of Power Apps practice questions
Practise PL-900 questions linked to Demonstrate the capabilities of Power Apps.
Demonstrate the capabilities of Microsoft Copilot Studio practice questions
Practise PL-900 questions linked to Demonstrate the capabilities of Microsoft Copilot Studio.
Demonstrate the capabilities of Power Pages practice questions
Practise PL-900 questions linked to Demonstrate the capabilities of Power Pages.
PL-900 fundamentals practice questions
Practise PL-900 questions linked to PL-900 fundamentals.
Practice this exam
Start a free PL-900 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this PL-900 question test?
Demonstrate the capabilities of Microsoft Copilot Studio — This question tests Demonstrate the capabilities of Microsoft Copilot Studio — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Add a Power Automate flow as a plugin — Option D is correct because Copilot Studio allows extending a copilot's capabilities by adding a Power Automate flow as a plugin. This enables the copilot to trigger a workflow that creates a record in a Dataverse table and sends an approval email, directly fulfilling the requirement without needing to embed an app or use AI Builder.
What should I do if I get this PL-900 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 11, 2026
This PL-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PL-900 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.