Forum Discussion
KaueSanchesG
Mar 10, 2026Copper Contributor
Why is my create file from OneDrive for Business node isn't working?
I have a power automate cloud flow that, in some point, gets a word .docx from my sharepoint site, then it creates the same document in onedrive so that I can convert it to PDF then returns it to sha...
Kidd_Ip
Mar 11, 2026MVP
Your flow is failing because the OneDrive “Create file” action is not processing the binary payload correctly. When only the $content attribute is passed without the associated metadata, the resulting file becomes corrupted. Conversely, if the folder path or headers are misconfigured, the action returns a 404 (File Not Found) error.
https://learn.microsoft.com/en-us/connectors/onedriveforbusiness/