web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Copilot Studio / Extend Copilot in D365...
Copilot Studio
Suggested Answer

Extend Copilot in D365 Customer Service

(0) ShareShare
ReportReport
Posted on by 4
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?
I have the same question (0)
  • Suggested answer
    SaiRT14 Profile Picture
    1,990 Super User 2025 Season 1 on at
     
    Virtual tables have certain limitations compared to standard tables in Dynamics 365, which might affect how they behave in queries or when interacting with Copilot. 
     
    Copilot Studio relies on metadata to surface fields in the filter attribute list. If the lookup field (Account) is not marked as filterable or lacks the necessary metadata, it won’t appear.
     
    Go to Advanced Find or use FetchXML Builder to confirm that the Account field appears as a filterable column in the Order(V) table. Use the following FetchXML query to verify 
    <fetch>
      <entity name="ordervirtual">
        <attribute name="account" />
        <filter>
          <condition attribute="account" operator="not-null" />
        </filter>
      </entity>
    </fetch>
     
    Consider opening a support ticket with Microsoft if the issue persists, as it may be a limitation or bug specific to virtual table filtering.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Copilot Studio

#1
Valantis Profile Picture

Valantis 297

#2
Romain The Low-Code Bearded Bear Profile Picture

Romain The Low-Code... 184 Super User 2026 Season 1

#3
Arild Aarnes Profile Picture

Arild Aarnes 51 Super User 2026 Season 1

Last 30 days Overall leaderboard