While doing some testing recently with Logic Apps I had some workflows fail with a status code of 429 when calling Dynamics 365 actions. A 429 status code indicates that the number of API calls to Dynamics 365 in one minute has been exceeded. This post explains how you can configure the concurrency setting of a Logic Apps workflow to avoid this problem. … [Read more...] about Logic Apps 429 Failure calling Dynamics 365
Logic Apps
Flow to Synch Dynamics 365 with an On Premise Database
Up until recently synchronizing data in in the cloud with an on premise database was a major challenge which typically involved writing code. With the Digital Transformation revolution and the availability of a range of integration offerings in Azure this is no longer the case. Here is a sample Microsoft Flow which demonstrate how the creation of a contact record in Dynamics … [Read more...] about Flow to Synch Dynamics 365 with an On Premise Database
Json Schema Validation in Logic Apps and Flow
You can create Logic Apps and Flow workflows that trigger on receipt of a Http request and optionally receive a Json payload. This technique can be used as an integration pattern in a B2B enviroment. You can design your Json scheme specifically for your partners so that is is easy to use and understand. This provides your integation partners with an API … [Read more...] about Json Schema Validation in Logic Apps and Flow