
Announcements
I am currently trying to reformat the naming convention of 1000s of files in my company. I would like to set up a flow where I can upload these documents into a folder and have it change the name of the file. For example, if my current file name is: 14489-Johns to just replace the hyphen with an underscore and become 14489_Johns. I would like the flow to then move the file, once the name has been reformatted, to a different folder.
Thanks in advance.
Hi @zzuu4sh
Do you want to change these file's name in Original folder and move the files to another folder?
You can take a try with the flowing steps.
By default, Get files can only return the first one hundred files in the library, so its threshold needs to be increased by the way.
Click Seetings->Enable Pagination->Set the Threshold above 1000 e.g. 1200.
Expression:
This is my Original folder
After flow runs, those files will move to Destination folder with the new name.
Hope the content above may help you.
Best Regards
If my solution helps, then please consider Accept it as the solution to help the other members find it more quickly.