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
Question
Options
- Aa process argument
- Ba condition
- Can expression
- Da trigger
- Ea solution
How the community answered
(20 responses)- A5% (1)
- B80% (16)
- D5% (1)
- E10% (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
Community Discussion
No community discussion yet for this question.