Hello,
I've set up a document approval workflow which is based on the 'when an item is created or modified' trigger. This works great, unless the reviewer 'rejects' the approval and edits the document they've been asked to review. As their edits/feedback trigger another email to that same person requesting approval again.
Is there another trigger I can use that avoids this scenario from happening? i.e. allows the reviewer to reject the document, provide comments in the live file (saved on Sharepoint) without it triggering another request for approval until the person who sought the approval has decided to re-upload the document for approval?
Thank you!
Hi Annemarije,
I'm trying to setup a document approval workflow similar to what you did. Would you care to share how to did it?
I would greatly appreciate it.
Hi @Annemarije ,
If there is a column like "Status" will change to "Rejected" by an action Update item in the flow, you can set trigger condition with below expression to prevent flow being triggered:
not(equals(triggerOutputs()?['body/Status/Value'],"Rejected"))
Best regards,
WarrenBelz
146,645
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional