I get daily emails that have three files attached from each of ten businesses in our group. I currently save these to folders in SharePoint using a flow for each business. Each admin has decided to name the files to their preference, and whilst I could ask them to change them, if I can make this happen with a flow, I'll have local control moving forward as I develop the process.
I'd like to save the attachments with a more common naming convention for example, the businesses send files that look like this
Business1_AdminStats.txt
Business2Admins.csv
Business3Administrators.csv
All three files are CSV files despite the extension being different in some cases, I'd like to save them like this:
Business1_AdminStats.txt --> Business1_Admins.csv
Business2Admins.csv --> Business2_Admins.csv
Business3Administrators.csv --> Business3_Admins.csv
Presently I save all the attachments and then copy, save and delete the files (three time per flow one for each file). That cant be the most efficient way.