Hi all
I have a flow that gets a .xlsx from a form, before checking if a specified file exists in sharepoint. If the file doesnt exist, it creates it, otherwise it updates the existing file. Finally, it emails the same file to a specified address.
Techically, the flow works and completes fine. However, the .xlsx files that it creates are corrupt, and open with the error: "Excel cannot open the file xxx.xlsx because the file format or extension is not valid. Very that the file has not been corrupted and that the file extension matches the format of the file.
The form data comes in as a .xlsx via a HTTP request to sharepoint, and isnt changed through the flow. I have so far re-created the create and update nodes , turned off chunking, checked and re-checked the file extension etc,. Any ideas?
The part of the flow in question is currently:
Open to all suggestions. Cheers