Forum Discussion
Copilot studio Agent Dataverse index issues.
We are testing a Copilot Studio agent and would like to test/use Dataverse as a data source. At a very basic level, the Dataverse table has been created with the following columns: Category Question and topic Answer to customer The challenge is that our Copilot Studio agent cannot find any relevant answers or data from our Dataverse table. Under ‘Knowledge’, our Dataverse table shows a status of: ‘Unknown’. It has remained in this state for several days. Removing and re-adding the knowledge source does not help. What are we doing wrong?
1 Reply
It seems that it is not your table structure.
There are three possible blockers, check them in this order.
Dataverse search is not enabled : this is the most likely one. It is an admin setting that is off by default in many environments. Your Power Platform admin needs to turn it on at admin.powerplatform.microsoft.com, and make sure the relevant columns on your table are marked as searchable.
Doc: https://learn.microsoft.com/power-platform/admin/configure-relevance-search-organization
Your agent authentication is wrong. Dataverse knowledge sources require the agent to be set to "Authenticate with Microsoft". Go to Settings > Security > Authentication in Copilot Studio and confirm that is what you have.
A DLP policy is blocking it. If your organisation has Data Loss Prevention policies restricting Dataverse connectors, the knowledge source will silently show as Unknown. Your admin can check this in the Power Platform admin center.