Is there a way to integrate Microsoft Dynamics with Flow
Hi All,
We are trying to connect Dynamics 365 (not CRM) with flow with very little success.
I can and have successfully connected to Dynamics CRM so I know that part works.
After discussions with PTC we were told to use odata to retrieve the information.
I have the endpoints and I can view the entities in a browser.
I know that in flow I need to setup a OData basic connector but that's where I fall short.
I was pointed to Configuring and Loading OAuths > OData
Shown below.
"oauth2_validate_headers": [
"{\"Authorization\":\"Bearer {access_token}\"}",
"{\"Content-Type\":\"application/json\"}"
]
}
"oauth2_params_scope": [
"{\"READ\":\"READ_PRIVILEGES\"}"
]
}
Unfortunately the example doesn't really make any sense to me.
Has anybody done this?
Can anybody share an example?
Thanks in advance.
Bryan

