nerdexam
Microsoft

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.

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

Question

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 email is sent as high priority. - The email is from a customer. You need to identify how the flow's decision point will know whether the criteria are met. What should you use?

Options

  • Adata operations
  • Bexpressions
  • Cvariables
  • Dactions
  • Etriggers

How the community answered

(42 responses)
  • B
    2% (1)
  • C
    90% (38)
  • D
    2% (1)
  • E
    5% (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.

Adata operations

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.

Bexpressions

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.

CvariablesCorrect

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.

Dactions

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.

Etriggers

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

#Power Automate#Flow logic#Conditional statements#Dynamic content

Community Discussion

No community discussion yet for this question.

Full PL-900 Practice