I am looking for a resilient way to publish changes on Dynamics 365. I have done a POC using the below methods.
Use logic apps to connect to Dynamics 365 instance using Common Data Services connector which gets triggered upon any changes on connected entity. I have tried disabling the logic app to simulate the scenario in case the logic app fails for some reason. I found out the logic app does not trigger for the updates done while the logic app was disabled when enabled back. Is that expected behavior? I am thinking from resiliency perspective.
Registered a service end point to publish the changes to service bus. I found the messages published were verbose and its tedious to work out the changes by dissecting the message.
What is the recommended way to publish the changes on the D365 entity?