Hi,
I've been reading up on this forum for the issue I have with a flow that loops non-stop.
Currently, my flow kicks off when the status in my list is flagged as "pending." However, the problem is that multiple runs occur shortly after for the same instance.
To stop this, I'm attempting to use the Trigger Conditions option for my "When and Item or File is Modified" trigger. I created a new column called "RunFlag" and have set the default value to No. After the trigger runs it will update this column to Yes.
Here's my condition: @contains(triggerBody()?['RunFlag'], 'No')
The problem is when I flip my status to Pending on my list it's no longer triggering. Am I missing something?
I'll note I've tried adding the No value manually to my column without luck. I've tried reversing the conditions and also no luck.
Thanks!