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 – Detec...
Power Automate
Answered

Power Automate – Detect File Move Between Folders in SharePoint

(0) ShareShare
ReportReport
Posted on by 10

Hi Team

I’m trying to detect when a file is moved from one folder to another within the same SharePoint document library using Power Automate.However, I don’t see any native trigger that specifically captures a “file moved” event. I understand that moving a file within the same library may only update the file path metadata rather than triggering a create/delete event.

  • Has anyone successfully implemented a solution to detect file movement?
  • Is this a product limitation, and if so, what is the recommended workaround?
 
Thanks in Advance
 
I have the same question (0)
  • Verified answer
    Assisted by AI
    Haque Profile Picture
    839 on at
     

    Detecting a file move within the same SharePoint document library is indeed a known limitation in Power Automate because moving a file inside the same library updates only the file’s path metadata and does not trigger a create or delete event.

    Recommended workaround:
    Use the "When a file is modified" trigger on the document library, then implement logic to compare the current file path with a stored previous path (which you can keep in a custom column or external storage). If the path has changed, treat that as a file move event.

    How to implement this:

     
    1. Add a custom column in your SharePoint library to store the previous folder path or file location.
    2. Create a Power Automate flow triggered by "When a file is modified."
    3. In the flow, compare the current file path (Path or Folder path property) with the stored previous path column.
    4. If they differ, you know the file was moved. You can then update the stored path column to the new path and proceed with your logic.
    5. If they are the same, no move occurred.
     
     
     
     
     
     
     
     
     

    This approach is a practical way to detect moves despite the lack of a native "file moved" trigger.

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 304

#2
David_MA Profile Picture

David_MA 245 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 243 Most Valuable Professional

Last 30 days Overall leaderboard