Hi!
I have been trying to create a flow to convert an email attachment which is in XLS format to an XLSX format and automatically save that to a Sharepoint list. The flow was working except for the convertion part. When running the flow I get the following error:
{
"request": {
"url": null,
"traceId": "0HLV257H62LQK5975bef3682"
},
"error": {
"code": "ApplicationResultException",
"message": "Cannot open the document, invalid type of file.",
"date": "2020-04-17T07:17:07.1240452Z"
}
}
When I manually convert the document from XLS to XLSX I always get the following notification:
However, when clicking yes I am always able to open the document and convert the format of the file.
I figured this might be the reason the flow is currently not working.
Can anybody advise me on how to get my flow to work?