Actions in this flow may result in an infinite trigger loop. Please ensure you add appropriate conditional checks to prevent this flow from triggering itself.
I have searched through various forums, but for the above error, I only found examples where the table is in SharePoint. However, my table is in Dataverse.
I have a table called Joints, and I want it to update a field value when the trigger "When a row is added, modified, or deleted" is activated. Everything is successful, but I keep entering an infinite loop, and eventually, the flow fails. I understand that I need to define Trigger Conditions for the "When a row is added, modified, or deleted" trigger.
my response to the Trigger Conditions is: `@not(equals(triggerBody()?['_modifiedby_value'],'6ff19ec8-d7e0-ed11-a7c6-00224804bdee'))`.
However, this isn't working correctly, and the cycle repeats again. What is your solution?