we are using the Microsoft CRM Dynamics 365. I need to read data from our CRM to prepare an import into a new application.
I was wondering, if there already is a node/workflow available in the community to connect to the Microsoft Cloud and read the data? I did a quick search for “dataverse”, “powerapps” and “Microsoft CRM”, but there was nothing available.
If there is nothing available, I should be able to use a simple GET-Rest-Node…
In the OAuth2 Authenticator (Client Credentials), you need to have the following:
Token endpoint URL: https://login.microsoftonline.com/{{Azure Tenent ID}}/oauth2/v2.0/token
Client/App ID and secret (flow variable): compare Spotify-Workflow
Scope: {{Azure app registration id}}/.default
Get request has authentication tab and request headers tab. I could imagine you need to put the token in the header e.g. as bearer
more details probably only somewhere in the ms documentation
br