Hi guys, I created a workflow to copy the latest downloaded excel file from my download folder to the required destination. However, I’m getting an error when I used the workflow.
Workflow credit : ashley 11
str = String.Join("",Directory.GetFiles(Path,File_Type,SearchOption.AllDirectories).OrderByDescending(Function(d) New FileInfo(d).CreationTime).Take(1) )
Thanks!