Microsoft Power Platform Fundamentals — Question 62
You have a 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?
Answer options
- A. a process argument
- B. a condition
- C. an expression
- D. a trigger
- E. a solution
Correct answer: B
Explanation
The correct answer is B, a condition, because it allows you to implement a validation step where project leads can confirm task completion before the email is sent. The other options do not provide the necessary validation capability; a process argument is for passing information, an expression is for calculations, a trigger initiates the flow, and a solution is a broader package that does not directly modify flow behavior.