cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Connecting to Microsoft Dataverse

alain-bates
Deputy Chef II
Deputy Chef II

Has anyone tried connecting to Microsoft Dataverse from Workato before and if so, which connector would you recommend? I can't see a Dataverse connector in the Community Library, but am wondering if any of the other Microsoft connectors such as the Graph API or Dynamics 365 connectors might be useful, or if a HTTP or SDK connector would be required to be able to authenticate to Dataverse?

1 ACCEPTED SOLUTION

alain-bates
Deputy Chef II
Deputy Chef II

I figured it out in the end. The Microsoft Dynamics 365 Connector is the correct one to use.

To create a connection to a Dataverse environment, you need to get the Subdomain for your environment, which can be found in the Microsoft Power Apps Portal under Settings -> Developer Resources -> Web API endpoint and taking just the domain part of the URL e.g. https://org123.api.crm1.dynamics.com

You also need to create an Application User in the Dataverse environment and assign it to the Entra ID App Registration that you've created for the connector. Microsoft's instructions on how to do that are here:

 

View solution in original post

1 REPLY 1

alain-bates
Deputy Chef II
Deputy Chef II

I figured it out in the end. The Microsoft Dynamics 365 Connector is the correct one to use.

To create a connection to a Dataverse environment, you need to get the Subdomain for your environment, which can be found in the Microsoft Power Apps Portal under Settings -> Developer Resources -> Web API endpoint and taking just the domain part of the URL e.g. https://org123.api.crm1.dynamics.com

You also need to create an Application User in the Dataverse environment and assign it to the Entra ID App Registration that you've created for the connector. Microsoft's instructions on how to do that are here: