This may be related to the recent ArcGIS Online update or a Power Automate update, but I am getting errors in multiple flows that use a Create report --> Upload from file workflow to generate PDFs and save them to a Onedrive folder.
The CoPilot error states:
"The error indicates that the upload action failed because a value must be provided for the source path. This is likely caused by the source parameter in the upload action being empty or not correctly referencing the URL of the file to be uploaded."
In digging in further, I see that the Create report step has Succeeded as the status, but this is in the output body:
{ "error": { "message": "Missing required parameters: \"token\"", "code": "001" }, "success": false }
Has anyone else noticed odd behavior in flows within the last few days of know of a workaround?
Solved! Go to Solution.
Nope. My flows are working properly. I only have one that uploads reports to OneDrive though (but that isn't related to Esri).
go into edit mode, hit save (don't need to change anything), and try the flow again. I've had a similar issue that that worked for me. Must have been some MS update.
Thanks for the tip. Unfortunately, that did not solve this issue. It is still failing to create the report and the missing token is the reason.
Nope. My flows are working properly. I only have one that uploads reports to OneDrive though (but that isn't related to Esri).
That did it! Thank you! I had set these up a long time ago and then passed them off to the customer who had been maintaining them. I was expecting something more glaring. I know when I used to use Make it would show when connections expired but it appears they time out silently in PA. Good to know for next time!