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 / Power Automate alterna...
Power Automate
Suggested Answer

Power Automate alternative configuration for Sharepoint Alerts

(0) ShareShare
ReportReport
Posted on by
Hello, 
 
Sharepoint is retiring alerts, and has suggested power automate as an alternative. However, I cannot figure out how to duplicate the same behavior using power automate. Full disclosure, I am new to learning power automate and have spent about the last couple weeks wrestling with this and learned quite a bit with the help of some AI. 
 
My target scenario: 
 
When a document in a folder/subfolders is created or modified, 
I want a notification to be sent to a group chat for awareness. 
 
The issue:
Opening a Sharepoint doc in web triggers the file to increment to a new version. This occurs even if no change is actually made to the document, so lots of false positives. 
 
 
What I've tried: 
Creating a FileVersionTracker in sharepoint that lists the FileID/LastVersion/LastDriveItemID/LastContentHash for use in a flow condition. 
 

Attempt 1 — Version number comparison
Compared {VersionNumber} stored in the tracker against the current trigger value. Failed because SharePoint increments the version number on every web open in the environment.

 

Attempt 2 — DriveItemId comparison
Compared {DriveItemId} as a change indicator. Failed because SharePoint returns the same DriveItemId across all versions — it identifies the file itself, not a specific version.

 

Attempt 3 — Modified timestamp comparison
Added ModifiedDate as a secondary check alongside version number. Failed because SharePoint updates the modified timestamp on every web open, same as the version number.

 

Attempt 4 — Content hash (quickXorHash) comparison
Retrieved the file's quickXorHash via the SharePoint Graph API, storing it in a new LastContentHash column. Failed because SharePoint recalculates and updates the hash on every web open in the environment, indicating Office Online is writing data back to the file on every open.

 
Really hoping there is a solution out there!
 
Last resort work around:  I change sharepoint to Checkout method, but this is not ideal. 
 
 
 
Thank you in advance!
 
I have the same question (0)
  • Suggested answer
    Vish WR Profile Picture
    1,725 on at
    Hi Good Day 
     
    You can try having a tracking list and use the below approach 
     
    1. Create a tracking list in SharePoint
       - Store file metadata (File ID, Version, Modified Date, File Size, Last processed time)
    2. Create Power Automate flow
       - Trigger: "When a file is created or modified (properties only)"
    3. Get file metadata
       - Use "Get file properties" action to retrieve current file details
    1. Check if file already exists in tracking list
       - Search tracking list using File ID
    2. If file is new
       - Create record in tracking list
       - Send notification (optional initial alert)
    3. If file exists
       - Compare current metadata vs stored metadata:
         - Version
         - Modified time
         - File size
    4. Add stability control
       - Add a short delay (1–2 minutes)
       - Re-check file metadata after delay
    5. Decision logic
       - Proceed only if ALL indicate real change:
         - Version changed
         - Modified time changed
         - File size changed
         - No immediate re-update after delay
    9. If real change confirmed
       - Send Teams/group chat notification
       - Update tracking list with new metadata
    10. If not a real change
       - End flow without action
     
     
     
      Vishnu WR
     
    Please âœ… Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider answering Yes to Was this reply helpful? or give it a Like â™¥
     
     
     

     

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 641

#2
Vish WR Profile Picture

Vish WR 640

#3
Haque Profile Picture

Haque 495

Last 30 days Overall leaderboard