Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Find the latest modified date from a specific file (within 6 days)

(0) ShareShare
ReportReport
Posted on by 10

 

I need to find the specific file latest modified witin 6 days. I have over 20 files named the same but in different folders each time.
And finding the latest one is necessary.
But i always get an error.
Could i please get help on how to write the expression ?
Im Sure its gonna be a simple solution
 
lessOrEquals(item()?['Modified'], 5)
Unable to process template language expressions in action 'Get_Files_(Properties_only)' inputs at line '0' and column '0': 'The template language function 'lessOrEquals' expects all of its parameters to be either integer or decimal numbers. Found invalid parameter types: 'Null'.'.

Nutela_0-1718216155862.png

  • Nutela Profile Picture
    10 on at
    Re: Find the latest modified date from a specific file (within 6 days)

     this is great !!

     

    Thank you  !!

  • Verified answer
    v-yetonggu-msft Profile Picture
    on at
    Re: Find the latest modified date from a specific file (within 6 days)

    Hi @Nutela ,

    Please check this test:

    We first get the files from the past six days and sort them in descending order according to the modified column. Then take the top one to get the most recently modified files.

    vyetonggumsft_0-1718248220926.png

     

    addDays(utcNow('yyyy-MM-dd'),-6)

     

    Best Regards,

    Sunshine Gu

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1