Hello everyone,
any one can help with the following inquiry?
I create a flow sending an automatic email every time a ticket is opened in a sharepoint list. The flow was working fine but lately has been failing randomnly and I do not understand why.
Please find below the error message:
Not well formatted JSON stream.
clientRequestId: eca8755b-dba5-4c45-a46a-1bcd8a741461
serviceRequestId: 97bcc7a0-607a-3000-fe82-eee5b064e9a1
Body Outputs:
{
"status": 400,
"message": "Not well formatted JSON stream.\r\nclientRequestId: eca8755b-dba5-4c45-a46a-1bcd8a741461\r\nserviceRequestId: 97bcc7a0-607a-3000-fe82-eee5b064e9a1",
"errors": [
"-1",
"Microsoft.SharePoint.Client.InvalidClientQueryException"
]
}
Headers Outputs:
{
"Pragma": "no-cache",
"Cache-Control": "no-store, no-cache",
"Set-Cookie": "ARRAffinity=9d716053ef092553e7bdd2639d89f002241b80715630c2dbb839c205a5e8d5f8;Path=/;HttpOnly;Secure;Domain=sharepointonline-scus.azconn-scus-001.p.azurewebsites.net,ARRAffinitySameSite=9d716053ef092553e7bdd2639d89f002241b80715630c2dbb839c205a5e8d5f8;Path=/;HttpOnly;SameSite=None;Secure;Domain=sharepointonline-scus.azconn-scus-001.p.azurewebsites.net",
"x-ms-request-id": "97bcc7a0-607a-3000-fe82-eee5b064e9a1",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "DENY",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "true",
"x-ms-apihub-obo": "false",
"Date": "Tue, 18 Jul 2023 15:26:58 GMT",
"Content-Length": "371",
"Content-Type": "application/json",
"Expires": "-1"
}