Quiz 15 Question 4 of 20

A developer is building a Copilot Studio agent that retrieves customer account data from Dataverse. The Customer table has a one-to-many relationship with the Orders table (one customer can have many orders). The developer needs to write a Power Fx expression in an agent topic variable assignment to retrieve all orders for the currently identified customer and store them in a variable. The customer's account ID is stored in a topic variable named varCustomerID. Which Power Fx expression correctly traverses the relationship and retrieves the related orders?

Select an answer to reveal the explanation.

Motivation