Thank you for your help - that worked! However, I'm now running into the issue of the task not updating in To-Do when it is edited in the SharePoint List. I have this workflow set-up:
"statusCode": 400,
"headers": {
"Transfer-Encoding": "chunked",
"Vary": "Accept-Encoding",
"Strict-Transport-Security": "max-age=31536000",
"request-id": "2eaea058-e7ed-46dd-9f6b-c51935791321",
"client-request-id": "2eaea058-e7ed-46dd-9f6b-c51935791321",
"x-ms-ags-diagnostic": "{\"ServerInfo\":{\"DataCenter\":\"Canada East\",\"Slice\":\"E\",\"Ring\":\"2\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"QB1PEPF0000291B\"}}",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "true",
"x-ms-apihub-obo": "false",
"Date": "Fri, 27 Jan 2023 09:00:55 GMT",
"Content-Type": "application/json",
"Content-Length": "325"
},
"body": {
"error": {
"code": "invalidRequest",
"message": "Invalid request",
"innerError": {
"code": "ErrorInvalidIdMalformed",
"date": "2023-01-27T09:00:55",
"request-id": "2eaea058-e7ed-46dd-9f6b-c51935791321",
"client-request-id": "2eaea058-e7ed-46dd-9f6b-c51935791321"
}
}
}
}
Does anyone know what I might be doing wrong, or what the correct settings would be to ensure that the To-Do task updates after being edited on the SharePoint list?
Thank you in advance!