Hey there,
I have a flow which runs on a document library and after one approval got accepted it updates the status of the document and starts the next approval.
As it sometimes happens that the documents are locked because the user still works in it flow can't update the status of the document stored on SharePoint. The action "Update file properties 4" fails. It then sends the user a mail and tryies to update the file every 10minues. It stehn resets the variable "is_failed and "Condition 5" should start running.
But if the action "Update file properties 4" succeeds it just does the "Get file properties" action to fill a paralell branch and Condition 5 should run afterwards.
Flow Edit View
But what I've just seen baffles me as it has worked before when I tested it.
The flow action "Condition 5" fails even if 1 of his run-after conditions is true.
Flow Run Log View
Most likely my initial design of this exception-handler is just wrong and there is a better way to do it. I would more than likely accept a way to change this exception-handler to something different which doesn't need a 10-min-delay or even could ignore the fact that the document is locked and still updates the status.
Thank you very much for you help 🙂