Hi,
I've got an issue with flow creating an item in Team Services. This has been working for a few weeks but this morning an error started occuring:
Header:
{
"Pragma": "no-cache",
"x-ms-request-id": "4c101a0d-dc4e-4371-a4e8-36d428b629ec",
"Timing-Allow-Origin": "*",
"Cache-Control": "no-cache",
"Date": "Mon, 10 Jul 2017 08:46:41 GMT",
"Set-Cookie": "ARRAffinity=ed9e25d8bb471e7cbdc5f123719a2fc912ccd963ea208569e627d30bff82499b;
Path=/;HttpOnly;Domain=vstsconnectionprovider-westeurope.am2-ase-001.p.azurewebsites.net",
"Server": "Microsoft-IIS/8.0,Microsoft-HTTPAPI/2.0",
"X-AspNet-Version": "4.0.30319",
"X-Powered-By": "ASP.NET",
"Content-Length": "101",
"Content-Type": "application/json; charset=utf-8",
"Expires": "-1"
}
Body:
{ "Message": "The request is invalid.\r\nclientRequestId: 4c101a0d-dc4e-4371-a4e8-36d428b629ec" }
I've tried re-creating the flow but I get the same error.
Hi @treve35,
Are you using a flow like this?
I'm not quite sure about the purpose of the first condition in this flow. Can you help to explain?
Regards,
Mona
Can we please have an update? Thanks all.
Hi Mona,
Thanks for the response.
The flow is a recurrence which reads some information from an on-premise SQL Server and based on a number of conditions creates new items in our Team Services project.
This is where it fetches the data:
And then the flow has a condidtion in place to decide which Team Services baord to create this against:
It has been working really well for a number of weeks but stopped working yesterday morning.
Let me know if you require any further info.
Hi @treve35,
Would you please share the whole detailed configuration of this flow? Some screenshots would be even better.
Regards,
Mona
Any help with this appreciated. Causing some considerable issues for our business.