Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Accessing "Modified" time from SharePoint action "Get files (properties only)". No clear way to access to the output.

(0) ShareShare
ReportReport
Posted on by 152

I can successfully query a folder in SharePoint and view output using the Get files (properties only) action. The output in JSON is like this:

 

{
 "@odata.etag": "\"2\"",
 "ItemInternalId": "942",
 "ID": 942,
 "Modified": "2021-05-18T23:54:53Z",
 "Editor": 
 {
 "@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
 "Claims": "i:0#.f|membership|office.admin@hydrogenutility.com",
 "DisplayName": "Office Admin",
 "Email": etc,
 "Picture": etc,
 "Department": "",
 "JobTitle": ""
 }
etc etc etc
}

 

...and so on as nested JSON elements for each file in the folder.

What I need to do is grab the 'Modified' elements for each file and find the newest, get it's ID and then perform actions on that file.

 

So how do I succinctly access the "Modified" element (key and value) for each file and work with them recursively?

 

Example output:

Screen Shot 2021-05-19 at 2.02.21 pm.png

 

Thanks in advance!

 

 

  • HydrogenUtility Profile Picture
    152 on at
    Re: Accessing "Modified" time from SharePoint action "Get files (properties only)". No clear way to access to the output.

    Thanks again @tom_riha .

    Simple, elegant and effective.

    This is what I will do.

    Regards,

    Lachlan

  • Verified answer
    tom_riha Profile Picture
    10,127 Most Valuable Professional on at
    Re: Accessing "Modified" time from SharePoint action "Get files (properties only)". No clear way to access to the output.

    Hello @HydrogenUtility ,

    you can use 'Order By' field in 'Get files...' and set it to:

    Modified desc

    and at the same time limit the number of returned files to 1. That way 'Get files...' will return only the single file with the latest modified date and you can work with it.

     

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