How to avoid an infinite loop if a logic app is triggered on Update Dynamics 365 record and then the same record is updated in the logic app?
*This post is locked for comments
How to avoid an infinite loop if a logic app is triggered on Update Dynamics 365 record and then the same record is updated in the logic app?
*This post is locked for comments
I am not using Plugin to call Logic app.
I am using the Update Dynamcis 365 Record connector available in Logic apps
Add this to your plugin
if (localContext.PluginExecutionContext.Depth > 1) { return; }
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156