I want to run "Get Files in Folder" the sort by "Date Created" or "Last Modified" to get the most recent file in a folder.
In the list it creates the filename I am looking for is always at Index 0. Can I pass "Index 0" to another variable or delete all other indexes except 0?
I have another process the run weekly to create this file and drop it in a specific fold. The folder fills up with many file with their names auto-generate with the date inserted in to the file name.
This may not be the correct way to get this information I need but here is what I'm trying to do.....
I'm trying to set a variable with the name of the most recent file in a folder so I can pass it to another Flow.