Renaming multiple files based on a legend provided

I need multiple files to be named with a specific naming convention, regardless or what the original files name is. I will input a data table that contains a legend with how the current files map to the specific naming convention needed. Is there a way within the “move activity” to output the file based on a vlookup or switch referencing the legend tabl?

Hi @kyleschieber

Welcome to the UiPath Forum! :slight_smile:

I would suggest you to simply get a list of files per directory and then iterate through this list using For Each activity:
https://forum.uipath.com/search?q=get%20all%20files%20in%20directory

You can then rename them as you wish (maybe using a Switch activity).