I am extending the Copilot in D365 Customer Service and below is the use case
There is a Standard "Account" table and Virtual table "Order(V)" with 1:N relationship having "Account" as a lookup column in the Order (V) table. When i creating a prompt i dont see the "Account" column in Filter attribute. This lookup column doesn't appear though it is searchable in the column properties.
My questions are
1) Am i missing something while referencing the Virtual table
2) Why does the lookup column doesn't appear in the Filter attribute, It is needed to pass the input as Filter value right?