How to I open the latest created excel file in a folder which the folder is in another folder

Hi @RPA_Innovation ,

Use it like this
image

In Assign give Directory.GetFiles(file).OrderByDescending(function(s) System.IO.file.GetCreationTime(s)).First()

cheers