This error started appearing on all my flows using Todoist (v2).
Could not retrieve values. The dynamic invocation request failed with error: {
"error": {
"code": 410,
"source": "unitedstates-002.azure-apim.net",
"clientRequestId": "65c99251-9b7b-48e5-a038-f55ae93c9b5d",
"message": "The response is not in a JSON format.",
"innerError": "Gone\n"
}
}.
Todoist V3 is also broken:
Could not retrieve values. The dynamic invocation request failed with error: {
"error": {
"code": 410,
"source": "unitedstates-002.azure-apim.net",
"clientRequestId": "65781ba7-3484-4aa4-a1dd-d75808e45432",
"message": "The response is not in a JSON format.",
"innerError": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2 Final//EN\">\n<title>410 Gone</title>\n<h1>Gone</h1>\n<p>This API endpoint is no longer available. Please refer to our documentation to upgrade your client to use the latest API version: https://developer.todoist.com</p>\n"
}
}.
Also see this thread with the same issue reported: https://powerusers.microsoft.com/t5/Using-Flows/Todoist-Flows-Failing-JSON-Errors/m-p/1911832?search...