I have a folder with say 20-100 pdf files in it, I have extracted those file names, done some data manipulation which is dependant on user input. By the end of the workflow i have a table with two columns OldFileName and NewFileName with a row per file
I then want to rename the files en-mass to update them with the new nme, what ways are there to do this within alteryx? I have tried using the run command but not to much success. My workaround at the moment is that i output to an excel file and then use a VBA macro to do the rename but would prefer to have it done in all in one hit.