I’m trying to make studioX open the most recent file within a folder - how could I do this using the “Use Excel File” activity? i.e. what should I type in the “Excel file” box?
For example, let’s say that I’m trying to open the most recent file from the following folder:
C:\Users\userone\Apps\Roam\Company\Foldername
Take Use excel file activity, in the Excel file field provide the LatestFile variable. LatestFile variable contains the latest updated or created excel path.
Note : The FolderPath and LatestFile both variables are Sting datatype variables.