web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Approvals - Send a rem...
Power Automate
Suggested Answer

Approvals - Send a reminder when an approval have been pending for five days

(0) ShareShare
ReportReport
Posted on by 3
I'm sorry, I feel that I should be able to find conversation about this topic - but I can't.... bad in search obviously....
 
I have a document library in SharePoint where I'm using old fashion approvals that I activate under versioning settings. 
Now I want to have a flow in Power Automate that sends reminder to Approver if a document has been in Pending for five days. 
Challenge - I'm not able to grab information in the column "Approval Status"
 
Does anyone know if this is possible to do?
Categories:
I have the same question (0)
  • CU11021143-0 Profile Picture
    50 on at
    SharePoint’s classic Approval Status column is not available in Power Automate, so you can’t read “Pending” directly.
    Use a custom status column instead and run a scheduled flow to check items pending for 5+ days and send reminders.
  • Suggested answer
    PowerDeveloperTP Profile Picture
    379 on at
    Hello,

    The “Approval Status” column in SharePoint document libraries isn’t a normal column. It’s a system field tied to content approval.Internally, it’s stored as : _ModerationStatus (numeric value)

    So Power Automate won’t show “Approval Status” by name in dynamic content.  The internal _ModerationStatus uses numbers:

    0 = Approved

    1 = Rejected

    2 = Pending

    3 = Draft

    4 = Scheduled

    For your case, you're looking for: Pending = 2

    You can build a recurrence flow to get pending documents using Get files (properties only) with Filter Query:_ModerationStatus eq 2

    And add condition to check for date :  addDays(item()?['Created'], 5) is less than utcNow()

    Do you capture approver details in any column?

    If so, you can send email using approver details

     

    Thank you.
    Like my answer? - Hit that Thumbs Up. Resolved the Issue? - Hit Accept as Solution.
    This helps others find solutions to future issues!

     

     

     


     
  • IB-20031015-0 Profile Picture
    3 on at
    Thanks a lot for your answers!
     
     - I need to use this column, otherwise it feels like I can't get away from manual work. Mybe I'm wrong 🙏
     
     - I have a column for approver and can easy catch the email, I will try this, thanks a lot for now! 👍
     
     
  • Kalathiya Profile Picture
    1,568 Super User 2026 Season 1 on at
     
    Yes,It's feasible, Looks like the earlier answer about ModerationStatus returning a number is not quite correct answer.

    In Power Automate, SharePoint’s Approval Status (called ModerationStatus) directly returns the status name like Draft, Pending, Approved, etc.

    So you don’t need to compare numbers, just compare directly with the status text. For example, check if ModerationStatus equals "Pending", then see if the document has been pending for 5 days, and send a reminder to the approver.

     
    If this response resolves your issue, please mark it as the Verified Answer so it can help other community members as well.
    ---------------------------------------------------------------------------------

    📩 Need more help? Just mention @Kalathiya and I’ll be happy to assist.

    ✔️ If this answer helped you, please tick “Does this answer your question?” so it can be marked as the Verified Answer.

    💛 A Like always motivates me to keep contributing!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 333

#2
David_MA Profile Picture

David_MA 245 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 202 Most Valuable Professional

Last 30 days Overall leaderboard