
Announcements
I am trying to sync data from Dynamics 365 Finance and Operations using a Dataverse virtual entity, but the sync has consistently been failing since yesterday. I’ve verified the flow configuration, but the issue persists.
Any assistance or guidance on resolving this would be greatly appreciated.
Thank you!
If you're using an Azure AD App to connect from Dataverse to F&O:
Go to Azure Portal → Azure Active Directory → App Registrations
Find the application used for the integration (look for name used in your Dataverse connection setup)
Go to Certificates & secrets → Click + New client secret
Set an expiry and copy the generated secret immediately (you won’t be able to see it again)
Once you have the new client secret:
Go to Power Platform Admin Center or your Dataverse environment
Navigate to Advanced Settings → Administration → Virtual Entity Data Sources
Locate your Finance and Operations data source (likely named like F&O source)
Edit the data source
Fill in the missing value for:
**msdyn_aadapplicationsecret** → Paste the client secret
Ensure values like msdyn_aadclientid, msdyn_aadtenantid, msdyn_serviceendpoint are also present
Save the configuration
This links the Dataverse virtual table to Finance and Operations using the secure authentication method.
Go to the virtual entity in Dataverse
Try to open or refresh the data
If the secret is valid, you should be able to load data from Dynamics 365 F&O
If I have answered your question, please mark it as the preferred solution ✅ . If you like my response, please give it a Thumbs Up 👍.
Regards,
Riyaz