Hi.
I am facing a bit of an annoying issue with one of our flows that are using the new Sharepoint Actions, specifically the "Get Items" Action.
Whenever I run the flow through the Cloud, be it Unattended or Attended, the Get Items action constantly fails with this error:
{
"error": {
"code": "ConnectorExecutionError",
"message": "Cloud connector call failed with status code 'RequestUriTooLong'. \r\n \r\nStatusCode : 414\r\nMessage : \r\nBody : \r\nHeaders : {\"Connection\":\"close\",\"Date\":\"Mon, 09 Oct 2023 12:33:40 GMT\"}\r\n"
}
}
I have tried different servers, but all ends up with the same error.
The only way I can successfully run the flow is by running it manually directly from PAD.
The Connection that the Action is using works fine in Power Automate cloud flows and it works fine when running the flow directly from PAD.
Anyone got a solution to this?