Looking for a solution to add Dataverse in my Copilot Studio
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