Solution Checker

Flow Checker Recursive Loop

Phil Cole

On 27th March 2023 the solution checker was updated to include the warnings and errors output by the Flow Checker. Let’s investigate the flow checker warning ‘Actions in this flow may result in an infinite on trigger loop. Please ensure you add appropriate conditional checks to prevent this flow from triggering itself.’ (flow-avoid-recursive-loop).

What does it mean? How can one resolve the warning, especially when working with Dataverse? Let’s investigate.