HOW TO GET THE LATEST FILE FROM SHARE POINT?

Hi All,

I am using UiPathTeam.SharePoint.Activities package I want to get the latest file from share point if there are more than 1 file present in share point .HOW TO GET THE LATEST FILE FROM SHARE POINT ?

Regards,
Ritesh

Hi @Ritesh_Burman

We can get the file by using get files and sort files activity provided by
UiPathTeam.SharePoint.Activities package. But there package is not compatible with windows project.
or
We can get the files using HTTP request activity.

But buy using this methods we can get all the files and then sort out the files modified date.

Hope it helps.

Hi @supriya117 ,
Sort activity is not available actually
Regards,
Ritesh

@Ritesh_Burman

My bad.
You can use sort method.