Quiz 15 Question 18 of 20

A Copilot Studio developer is building an IT support agent. In a topic that collects the user's issue category, the developer needs to write a Power Fx condition that routes the conversation differently based on two variables: Topic.IssueType (a text variable that can be 'Hardware', 'Software', or 'Network') and Topic.Priority (a number variable from 1–5 where 5 is highest). The routing rule is: if the issue is Hardware or Network AND the priority is 4 or higher, route to the escalation branch; otherwise continue to the standard branch. Which Power Fx expression correctly implements this logic?

Select an answer to reveal the explanation.

Motivation