I have connected to our FTP server and used the Enumerate Objects activity to get a list of files in the Remote Path. I want to identify the latest ZIP file and I will then use that name as part of the Remote Path in the Download Files activity to retrieve it.
What is the easiest way to identify the latest ZIP File? Should I interrogate the Output of the Enumerate Objects output via a For Each process?
This will give FullName of the Latest zip file…if you need whole object then just remove .FullName at the end and you would have the latest file object with you