Question 237 of 976
Demonstrate the capabilities of Power AutomatemediumMultiple ChoiceObjective-mapped

Conditional Approval Based on Amount — Using Condition Action | Microsoft Power Platform Fundamentals Explained

This PL-900 practice question tests your understanding of demonstrate the capabilities of power automate. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: condition action. 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.

Fabrikam Inc. uses Power Automate to automate expense report approvals. The flow is triggered when an expense report is submitted in a SharePoint list. The flow then sends an approval request to the expense approver via the Approvals connector. If approved, the flow updates the SharePoint list status to 'Approved' and sends a confirmation email to the submitter. If rejected, it updates the status to 'Rejected' and sends a rejection email. Currently, the flow works for single approvers, but the business now requires that if the expense amount exceeds $5,000, the approval must be sent to a senior manager instead of the regular manager. You need to modify the flow to meet this requirement with minimal maintenance. What should you do?

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 Condition action to check the expense amount and then use two separate approval actions

The correct answer is Option C because adding a Condition action to check the expense amount allows the flow to branch to different approval actions based on the amount. If the expense exceeds $5,000, the approval request is sent to a senior manager; otherwise, it goes to the regular manager. This approach is simple, easy to maintain, and aligns with Power Automate's built-in conditional logic. Option A (Scope) is used for grouping actions but does not provide conditional branching. Option B (child flow) adds unnecessary complexity for this straightforward scenario. Option D (parallel branches) would send approvals to both managers simultaneously, which does not meet the conditional requirement.

Key principle: Condition action

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Use a Scope action to group the approval actions

    Why it's wrong here

    Incorrect. A Scope action groups actions together but does not provide conditional logic to check the expense amount.

  • Create a child flow that handles the approval routing

    Why it's wrong here

    Incorrect. A child flow adds unnecessary complexity for this simple conditional requirement. The flow can be easily implemented with a Condition action.

  • Add a Condition action to check the expense amount and then use two separate approval actions

    Why this is correct

    Correct. Adding a Condition action to check the expense amount and then using separate approval actions based on the result is the simplest and most maintainable approach.

    Related concept

    Condition action

  • Add parallel branches for each approval path

    Why it's wrong here

    Incorrect. Parallel branches would send approvals to both managers simultaneously, which does not meet the conditional requirement of sending only to the senior manager when the amount exceeds $5,000.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Candidates often confuse Scope with Condition. Scope is for grouping actions into a single unit, not for implementing conditional logic. Ensure you use a Condition action to evaluate the expense amount and route approvals accordingly.

Detailed technical explanation

How to think about this question

Treat this as a scenario question. Identify the problem, the constraint, and the best action. Then compare each option against those facts.

KKey Concepts to Remember

  • Condition action
  • Approval routing
  • Scope action

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

Condition action

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. Condition action 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.

Review condition action, then practise related PL-900 questions on the same topic to reinforce the concept.

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 Power Automate — This question tests Demonstrate the capabilities of Power Automate — Condition action.

What is the correct answer to this question?

The correct answer is: Add a Condition action to check the expense amount and then use two separate approval actions — The correct answer is Option C because adding a Condition action to check the expense amount allows the flow to branch to different approval actions based on the amount. If the expense exceeds $5,000, the approval request is sent to a senior manager; otherwise, it goes to the regular manager. This approach is simple, easy to maintain, and aligns with Power Automate's built-in conditional logic. Option A (Scope) is used for grouping actions but does not provide conditional branching. Option B (child flow) adds unnecessary complexity for this straightforward scenario. Option D (parallel branches) would send approvals to both managers simultaneously, which does not meet the conditional requirement.

What should I do if I get this PL-900 question wrong?

Review condition action, then practise related PL-900 questions on the same topic to reinforce the concept.

What is the key concept behind this question?

Condition action

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 →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

1 more ways this is tested on PL-900

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. You are designing a Power Automate flow that processes approvals for expense reports. If an expense exceeds $5,000, the flow must require approval from both the manager and the finance director. If the expense is between $1,000 and $5,000, only manager approval is needed. For expenses under $1,000, no approval is required. Which control structures should you use?

hard
  • A.Switch action with cases for each range
  • B.Apply to each with a condition inside
  • C.Condition action with nested conditions
  • D.Parallel branches for both approval paths

Why C: Option C is correct because the scenario requires conditional logic to evaluate the expense amount and branch accordingly. A Condition action is ideal for the primary split (above/below thresholds), and nested conditions handle the sub-branches (e.g., condition for >$5,000 with nested approval actions, else condition for $1,000-$5,000, else no approval). Option A is incorrect because a Switch action is suitable for discrete values, not numerical ranges. Option B is incorrect because Apply to each is used for iterating over arrays, not for conditional branching. Option D is incorrect because Parallel branches execute actions concurrently and do not implement decision-based branching logic.

Keep practising

More PL-900 practice questions

Last reviewed: Jun 21, 2026

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.

Loading comments…

Sign in to join the discussion.

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.