Need Help on -UiPath.MicrosoftOffice365.Activities.Files.FindFilesAndFolders

Hi All,

Need help regarding UiPath.MicrosoftOffice365.Activities.Files.FindFilesAndFolders.

I am using the above activity in getting the files from sharepoint from the target location. I am able to get the files but need to get files based on FIFO basis, however i could not find any way in properties of this activity to apply filters.

Any help on this is much appreciated.

@syed.khaja

You cannot order by directly

But after you get the ienum(drive item) then you can order the files as you need using the .ModifiedDateTime property

Cheers