Hi everyone,
My use case is -- I get an email twice a day that has an attached file (in .xls format) that I need to download and save to file system in a .xlsx format. I built a flow that downloads the attachment and it runs correctly when I simply save the attachment as an xls.
However, when I try to save the attachment as .xlsx by hardcoding the extension towards the end of file name ( like FileName = file1.xlsx) then it saves the file but the file itself gets corrupted, cannot open it. Is there any other way, any action I can use within flow to change the file format?
Thanks!