PL-900 · Question #249
A company is implementing Power Automate to streamline operations. The head of customer support relations needs a Power Automate flow that texts a manager when an email meets the following criteria…
The correct answer is C. variables. To allow a Power Automate flow's decision point to determine if specific email criteria are met, variables can be used to store and evaluate the relevant conditions.
Question
Options
- Adata operations
- Bexpressions
- Cvariables
- Dactions
- Etriggers
How the community answered
(42 responses)- B2% (1)
- C90% (38)
- D2% (1)
- E5% (2)
Why each option
To allow a Power Automate flow's decision point to determine if specific email criteria are met, variables can be used to store and evaluate the relevant conditions.
Data operations manipulate data but are not the primary mechanism for evaluating conditions or storing the outcome of criteria checks in a way that directly drives a decision point.
While expressions are used to evaluate conditions, variables are often used to store the state or values derived from those evaluations, which can then be directly referenced by decision points.
Variables can be used to store the results of criteria checks (e.g., a boolean variable set to true if the email is high priority) or to store the criteria values themselves (e.g., a variable holding the required sender domain), enabling the decision point to evaluate these stored values to determine if the criteria are met.
Actions are steps taken by the flow; a decision point is often implemented using a 'Condition' action, but 'actions' is too general and doesn't specify how the condition itself is evaluated.
Triggers initiate a flow based on an event; they do not determine whether specific criteria are met within the flow's decision logic after it has started.
Concept tested: Power Automate conditional logic using variables
Source: https://learn.microsoft.com/en-us/power-automate/add-variables
Topics
Community Discussion
No community discussion yet for this question.