Hi all !
I've an issue with a flow that is working, BUT the output file isn't convenient.
My flow is pretty simple:
- When I receive a specific email (sender, subject,...),
- I delete an existing file in a sharepoint,
- I get email attachment - which is an Excel file,
- Then I create a new file in the same sharepoint location.
It's a simple "Replace" flow, with deleting and creating.
My problem is that the created Excel file owns XML data (that I can identify using the Excel - File - Info - Inspect Document function).
These XML data makes the daily automated refreshes of a PowerBI report fail.
Since the Excel file opened directly from the email attachment doesn't have XML data, I suspect that they're added by the Power Automate flow.
Does someone have an idea about how can I prevent these XML data to be added?
Or perhaps to remove them at the end of my flow?
Thank you in advance for your help !