Okay, so I added a "Get a to-do list" to be able to add in the To-Do ID (see below):
"statusCode": 404,
"headers": {
"Transfer-Encoding": "chunked",
"Vary": "Accept-Encoding",
"Strict-Transport-Security": "max-age=31536000",
"request-id": "cfd00c4b-aec6-4788-924f-a0f69791f1d2",
"client-request-id": "cfd00c4b-aec6-4788-924f-a0f69791f1d2",
"x-ms-ags-diagnostic": "{\"ServerInfo\":{\"DataCenter\":\"West US\",\"Slice\":\"E\",\"Ring\":\"4\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"BY3PEPF00015C03\"}}",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "true",
"x-ms-apihub-obo": "true",
"Date": "Mon, 01 Aug 2022 03:52:14 GMT",
"Content-Type": "application/json",
"Content-Length": "321"
},
"body": {
"error": {
"code": "ErrorItemNotFound",
"message": "Item not found",
"innerError": {
"code": "ErrorItemNotFound",
"date": "2022-08-01T03:52:15",
"request-id": "cfd00c4b-aec6-4788-924f-a0f69791f1d2",
"client-request-id": "cfd00c4b-aec6-4788-924f-a0f69791f1d2"
}
}
}
}
I appreciate your help, any other suggestions? The To-Do that was originally created by this flow is still in my list. I am now just having issues with it deleting the To-Do when I change the status to "Scheduled, Done, Referred Out."

Thank you in advance!