Select to view content in your preferred language

Power Automate Flow failing to create report

291
4
Jump to solution
11-13-2024 02:07 PM
bbaker_tngeo
Regular Contributor

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.

bbaker_tngeo_0-1731535402049.png

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?

0 Kudos
1 Solution

Accepted Solutions
abureaux
MVP Frequent Contributor

Nope. My flows are working properly. I only have one that uploads reports to OneDrive though (but that isn't related to Esri).

 

  1. Up to you, but I recommend you stop using the "New designer". It is difficult, glitchey, and can give odd results. There is a toggle in the top right to turn it off. At the very least, they need to put "Beta" by it, and allow orgs to turn it off. I've had it break more than one flow now...
  2. Have you tried refreshing your connections? That typically fixes create report issues, which can time out after 2 weeks.
    abureaux_0-1731613179522.png

     

View solution in original post

0 Kudos
4 Replies
DennisNaumann1
New Contributor

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.

0 Kudos
bbaker_tngeo
Regular Contributor

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.

0 Kudos
abureaux
MVP Frequent Contributor

Nope. My flows are working properly. I only have one that uploads reports to OneDrive though (but that isn't related to Esri).

 

  1. Up to you, but I recommend you stop using the "New designer". It is difficult, glitchey, and can give odd results. There is a toggle in the top right to turn it off. At the very least, they need to put "Beta" by it, and allow orgs to turn it off. I've had it break more than one flow now...
  2. Have you tried refreshing your connections? That typically fixes create report issues, which can time out after 2 weeks.
    abureaux_0-1731613179522.png

     

0 Kudos
bbaker_tngeo
Regular Contributor

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!

0 Kudos