PL-900 Practice Question: Demonstrate the capabilities of Power Automate
Which TWO actions can be used to add conditional logic in a Power Automate flow?
⚠ Common exam trap
A common mix-up: candidates confuse 'Do until' (a loop) or 'Apply to each' (an iterator) with conditional logic because they also involve conditions, but only Switch and Condition are designed for branching based on a condition, not repetition or iteration.
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
✓
Switch
A is correct because the Switch action in Power Automate evaluates a single value (e.g., a variable or output from a previous step) against multiple possible cases, executing different sets of actions based on which case matches. This is a direct form of conditional logic, similar to a switch/case statement in programming, allowing branching without nested conditions.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Switch
Why this is correct
Switch evaluates multiple cases.
- ✗
Do until
Why it's wrong here
Do until loops until a condition is met but is not a simple conditional branch.
- ✗
Parallel branch
Why it's wrong here
Parallel branch runs branches concurrently, not conditionally.
- ✓
Condition
Why this is correct
Condition evaluates true/false logic.
- ✗
Apply to each
Why it's wrong here
Apply to each iterates over an array, not conditional.
Go deeper
Related to this question
About these practice questions
One of 904 original PL-900 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
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.