Converting XLS email attachment to XLSX

Hi All,
I need some guidance on creating a workflow to convert the XLS attachment of an email to XLSX and save it on SharePoint.
Thank you in advance for your guidance.

Kind regards,
Vahid

Hi @Vahid_Golkarfard,

You can find a flow example in the article. Adjust it according to your needs but basically the logic is the same.

You can replace Get SharePoint Files action to Get attachments

image

Best Regards,
Petr
Plumsail team

Hi @Petr
I have seen that article before, but it is not much helpful. As I explained in my initial post, I want to download the files from my email, convert them from XLS to XLSX and save them on SharePoint.
My workflow is:

And I am getting the following error:

Would you please help me with this workflow?

I really appreciate any help you can provide.

Hello @Vahid_Golkarfard,

The error message reports that the file type is incorrect. Most likely, the input is not an xls file.

image

Please make sure that the input (attachments) of the Convert actions are all xls files. You can also try to save the attachments as xls files, to check them.

Best regards,
Petr
Plumsail team