I have a Flow that goes through a SharePoint Library and finds all the files for which document review is due. The column is called "Reviewdue." The Flow sends a notification to the person who last approved the file. I have two things I'd like advice on how to approach:
Has anyone done a Flow similar to this? Surely it is not a new idea. Would you share your approach and ideas?
Thanks,
Anne
Not sure about at the time but now there is the "Set Content Approval Status" function of the sharepoint connector.
That's bad for me, because editing the SP library is the least workable solution.
@jinivthakkar, I found that by using Create an approval and not including a Wait for approval step, I could get it to send all the approval notices at once. I need to update a column in SP based on the outcome of the approval. Is there any way to expose the Outcome of the Approval without having the Wait for approval step?
@annetoal additionally if you have a person column which has approvers name, you can create a new view in your library with filter [Me] and status pending(or any other condition you have)
My list view logged in as jiniv.thakkar
My list view logged in as User1
View filter
And then you can send email notification for each approvers with list of files pending approvals and in the same email, you add the link of the view which will directly open a library view which will show them all pending approvals just making the approval process faster as the approvers doesn't have to search through all items now.
Hope this helps.
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
@annetoal here is my answer for your questions :
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1