Looking for a solution to add Dataverse in my Copilot Studio

Manisha Goteti 20 Reputation points
2024-10-10T09:55:21.76+00:00

Hi,

I am trying to add dataverse as a knowledge resource to my Copilot studio as part of my generative answers. Further, when I add my dataverse, it is throwing the error: "Authentication must be enabled to use Microsoft internal websites". For which I enrolled my dataverse as an app using Microsoft Entra ID.
However, I am unable to add the yaml code which includes credentials of my dataverse application.

I tried adding the following yaml code in the code editor (reference code):

knowledgeResources:

- name: Dataverse

**type: Dataverse**

**connection:**

  **host: "https://your-dataverse-instance.com"**

  **apiKey: "your-api-key"**

**settings:**

  **datasetId: "your-dataset-id"**

  **queryParameters:**

    **limit: 100**

    **filter: "status:active"**

  **metadata:**

    **title: "Your Dataset Title"**

    **description: "Description of your dataset."**

But Copilot Studio is not letting me add in its code editor and giving the error: "UnexpectedToken, token: StartSequence, expected: Value".
Can you share the yaml code that accepts dataverse knowledge source with its authentication credentials.

Thank you
Manisha

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,790 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.