I am working with a desktop flow in Power Automate Desktop, and I am encountering the following error when I try to run it:
Correlation ID: 47cb4b9f-1566-45cd-adac-43099739007c
Exception Message: {"errorCode":"InvalidArgument","message":"The desktop flow contains invalid connection references: Crdf36b_shared_teams_8c4c6731 (Crdf36b_shared_teams_8c4c6731a9714310a47b4dd2185cf166).","correlationId":"c8af0b05-27f9-4661-ad86-a6f47924306d"}
HTTP Status Code: BadRequest
Error Code: 0x80048d0b
HResult: -2146233088
Response Content: {"error":{"code":"0x80048d0b","message":"{\"errorCode\":\"InvalidArgument\",\"message\":\"The desktop flow contains invalid connection references: Crdf36b_shared_teams_8c4c6731 (Crdf36b_shared_teams_8c4c6731a9714310a47b4dd2185cf166).\",\"correlationId\":\"c8af0b05-27f9-4661-ad86-a6f47924306d\"}"}}
From the error message, I understand that there is an invalid connection reference (Crdf36b_shared_teams_8c4c6731
) in the desktop flow. However:
I need help identifying where this connection is still referenced in my desktop flow or how to completely remove this invalid connection to resolve the error.