nerdexam
Microsoft

PL-900 · Question #146

You use Power Automate to create a flow that automatically sends email to a project manager when project team members mark a task as complete. Project team members are prematurely marking tasks as com

The correct answer is B. a condition. A condition is the correct component because it introduces an if/then/else branch into the flow logic. You can add a condition that checks whether a project lead has approved or validated the task (e.g., checking a 'Validated' field value). Only if the condition is true does the

Submitted by takeshi77· Apr 18, 2026Demonstrate the capabilities of Power Automate

Question

You use Power Automate to create a flow that automatically sends email to a project manager when project team members mark a task as complete. Project team members are prematurely marking tasks as complete. Project leads must validate that tasks are complete before an email is sent to the project manager to announce task completion. You need to modify the flow. Which component should you use?

Options

  • Aa process argument
  • Ba condition
  • Can expression
  • Da trigger
  • Ea solution

How the community answered

(20 responses)
  • A
    5% (1)
  • B
    80% (16)
  • D
    5% (1)
  • E
    10% (2)

Explanation

A condition is the correct component because it introduces an if/then/else branch into the flow logic. You can add a condition that checks whether a project lead has approved or validated the task (e.g., checking a 'Validated' field value). Only if the condition is true does the flow proceed to send the email. This enforces the validation gate without changing the trigger or the email action. A trigger (D) only starts the flow; an expression (C) transforms data values; a process argument (A) is not a standard Power Automate concept; a solution (E) is a deployment/packaging container, not a logic component.

Topics

#Power Automate#Flow logic#Conditional actions#Flow design

Community Discussion

No community discussion yet for this question.

Full PL-900 Practice