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?