Quiz 14 Question 18 of 20

A developer is building a Copilot Studio agent topic that retrieves a list of open support tickets for a user from a Dataverse table. The topic must store all returned records in memory, filter to show only tickets with Priority equal to 'High', and display the count of filtered tickets to the user in a message node. The agent must perform all of this without calling an external flow. Which Power Fx approach in the topic's variable assignment node correctly accomplishes all three operations?

Select an answer to reveal the explanation.

Motivation