Hi All,
I have to change the File Extension in the Power Automate flow, For example, if the User is uploading a file with a .doc extension then it should change into a .docx extension with the file content presented inside the file. Finally, upload it into the SharePoint Documents. Also, I shouldn't generate the Prebuild templates, because by default it is generated in .docx format. Similarly, if the user uploads a file with .ppt it should change to .pptx and for .xls to .xlsx Is there any way to achieve it?
Appreciate your suggestion.
Any ideas?
Thanks.
Hi,
This method can't work. Every old office formats (doc, xls, ppt) are binary content file formats while new ones (docx, xlsx, pptx) are XML content file format. What you are doing is a file copy to a file with a different extension but you need conversion. As far as I know, there is no standard action to do such conversion, have a look to premium ones from "Plumsail" or "Encodian".
If I have answered your question, please Accept the post as solution.
If you like my response, please Thumbs Up.
Hi Tina,
Here I have shared my complete flow in a zip format, Mine is not working as expected. Please check and help me to solve it.
Thanks,
4rose
Hi Tina,
Yeah Sure, Here I have attached my complete flow. Please check it.
Thanks
4rose
Hi @Anonymous ,
After Testing of mine, it is worked.
Therefore, could you please offer some screenshots about your Flow?
We can solve it together.
Best Regards,
Tina
Hi Tina,
Thanks for your help. The file is Generating as expected. But it is not reading file content values. When I try to open the file it is not opening. I have attached screenshots for your reference. Please help me out.
Thanks
4rose
Hi @Anonymous ,
We made a sample for you.
slice(triggerOutputs()?['body/{FilenameWithExtension}'],lastIndexOf(triggerOutputs()?['body/{FilenameWithExtension}'],'.'),length(triggerOutputs()?['body/{FilenameWithExtension}']))
concat(triggerOutputs()?['body/{FilenameWithExtension}'],'x')
Hope this will help you,
Best Regards,
Tina
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2