Hi all,
We had a flow that triggerd when email was recieved, the flow retrieved the URL from the email, then created file from URL, created a file in sharepoint, this worked for over 18 months, but in the last month the flow still works, but the files created are corrupt, the source hasn't changed, the url is valid, ( it creates a valid file).
however the creat file seems to cause curruption, I have tried mutiple "fixes" as suggested by AI, but either don't work or they still create the corrupt file.
To clarify the flow as described, the email comes in I convert it to HTML, then get the start position of URL and End of the URL, then save the Resultant URL as a variable.
then the condition is based on the subject, the sharepoint create file is based on Get file contect, then the created file is coipied to new location (So we can overwrite it) then all unessessary files are deleted including the original email.
As I said this has worked perfectlky for 18 months, and now the created file is corrupt.
I have tested and easch step works as it should until create file, the get file content, is using the correct URL which manually will retrieve the file.
Can someone tell me why this has suddenly stopped , and help me get it working again