Zip the latest files

Hey guys,

how can I zip the latest downloads? They all have the same beginning with est.
Thanks a lot :slight_smile:

1 Like

@starterui

Ypu wan to zip on the latest file with est in the name?

If so use for each file in folder and in name filter give "*est*" and sort it by last modified time in descending order

Then inside loop use zip file and pass currentfile.fullname

Then after that use break to stop at first file.

Cheers

Before download the new file, you can move old files to other folder .

So you will have a latest file. Just zip it using zip activity in UiPath.

Thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.