Hello.
I am trying to create a flow that will automatically request an approval when a file/document is edited/modified.
Now the flow I have works but there is a looping problem. The trigger "when an item or file is modified" reacts to when the properties of the file are modified.
So when my flow automatically requests an approval, once I get the answer, it updates the Approval status column with "approved or rejected", but by updating the approval status column, I am modifying the properties of the file, so it automatically requests an approval again and it therefore loops endlessly.
So I what I need is a trigger condition where it ignores the approval status column and the approvers column so that it doesn't loop. In fact there are multiple columns I need it to ignore, but the principle is the same.
However as the trigger conditions are limited to equals/not/or/if/greater than etc... I'm not sure how to achieve this with those limited options.
Any ideas ?
Regards
James