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 / Inform employees abou...
Power Automate
Answered

Inform employees about changes to files on SharePoint

(0) ShareShare
ReportReport
Posted on by 2
I have tried to create a flow that registers whether there have been changes to the files shared on SharePoint.
I've asked 3 different AIs and I can't for my life of it figure it out.
I'm trying to create a flow that checks every day whether there have been changes in the files and then sends an overview of the 5 "newest" documents to all employees so that everyone can go in and read the changes in the word files themselves.
Categories:
I have the same question (0)
  • Verified answer
    TonjeItIs Profile Picture
    225 on at
     
    Have you started with the flow at all? If you have, could you paste it in here? 
     
    If you have not, start with the trigger Recurrence and then the action Get files (properties only)
    On the Get files, you add the condition 
     
    @greater(length(body('Get_files_(properties_only)')?['value']), 0)
     
    This will make it run only if there is files that has been modified or created the last day. 
     
    If you just want modified, you can use 
     
    Modified ge '@{addDays(utcNow(), -1)}' and Modified ne Created
    To get only the last 5, you open Advanced properties on the Get files action, set the Order by to Modified desc and the Top count to 5. 
     
    Hope this helps you =)
     
    //tonje

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 377

#2
11manish Profile Picture

11manish 279

#3
David_MA Profile Picture

David_MA 234 Super User 2026 Season 1

Last 30 days Overall leaderboard