HI
While updating the item in D365 CRM using Power automate flow, getting infinite loop warning message which is causing issue to continue the operation. Please suggest a workaround to overcome this solution.
Thanks,
Siva

HI
While updating the item in D365 CRM using Power automate flow, getting infinite loop warning message which is causing issue to continue the operation. Please suggest a workaround to overcome this solution.
Thanks,
Siva
Hi @SivaKumar42 ,
Usually, when you have a trigger which is starting on an update, you can free yourself from the "loop" effect by either :
At the end of the day, it depends of what works the best for you.
For example: using a filter -->
Using the filter @equals(triggerBody()?['Confidentiality']?['Value'],'Private')
And updating this value then to "Organisation", it avoid to loop.
Let me know if it helps.
T