Hi,
I am looking for a resilient way to publish changes on D365. I have done a POC using the below methods.
1) Use logic apps to connect to D365 instance using Common Data Services connector which get triggered upon any changes to 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 when enabled. Is that expected behavior? I am thinking from resiliency perspective.
2) 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?
Kind Regards,
Rohit