Skip to main content
SwapnilP
13-Aquamarine
July 13, 2020
Solved

How to Get Last Created file from SystemRepository ?

  • July 13, 2020
  • 2 replies
  • 1531 views

I have created zip files on SystemRepository as a backup. Is there any way to get last created file or Folder ?

I see there is Last modified date on Mashup but not sure how to utilize that to get last created file. Attached Screenshot of Files.

 

 

Best answer by khayes1

some of the file repository services (e.g. GetFileListing() ) return a shape which has a 'lastModifiedDate' property.

You could sort your info table based on this property and select the appropriate entry.

2 replies

khayes11-VisitorAnswer
1-Visitor
July 13, 2020

some of the file repository services (e.g. GetFileListing() ) return a shape which has a 'lastModifiedDate' property.

You could sort your info table based on this property and select the appropriate entry.

Support
July 20, 2020

Hi @SwapnilP.

 

If the previous response answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.

 

Thank you for participating in our community!

 

Regards.

 

--Sharon