Hello all, I know there is a way to do what I'm trying to do and I'm still looking for a solution! There must be a better way!
I have a flow that is triggered when file is created or modified in a SP doc lib. It checks to see if 'Content Approval Status' = Denied. If yes then the file is moved to a different folder. Problem: The flow triggers and action triggers before the approval process is complete and thus always returns a 'false' value. Apparently the flow is not retriggered upon the metadata being updated and the 'content approval' being set to denied.
Looking into 'Do Until' control. Another user recommended using a delay command and that works fine but don't have enough control of this function. Need to utilize a do until or some sort of loop command that continues to check the 'content approval' column until the is a value of either 'approved' or 'denied' and wait/do nothing if 'draft' or 'in process'.
Can anyone help here and thanks so much in advance!
Current flow attached.
Tom

