This error started occurring on a couple of my flows a few days ago. These flows had been running fine and unchanged for months.
Background: As a workaround to needing premium licenses for everyone using a specific PowerApp, in the flow connected to the PowerApp I use the OneDrive "Upload File from URL" action to trigger, pass, and retrieve data from a second "When a HTTP request is received" flow that has the premium actions.
Steps to recreate:
1) Start a new flow.
2) Change the trigger step to "When a HTTP request is received".
3) Set its advanced property "Method" to GET.
4) Add any other step just so it'll let you save, then save the flow.
5) "When a HTTP request is received" will now show a HTTP GET URL. Copy this URL.
6) Start another new flow.
7) Add a new action card "Upload File from URL".
8) Set its Source URL to the one copied in step 5. Additionally, append to the URL a query by putting anything like "&Test=12345" at the end of it. (in my example it's "&CustNo=T00211")
9) Set the "Destination File Path" to anything. It's irrelevant for this test.
10) Save & test this flow.
This returns the mentioned error that never used to happen.
Would anyone have any insight as to why the error has suddenly started happening?
Thanks