I’m facing an issue when calling a Power Automate flow using the new HTTP endpoint URLs introduced by Microsoft.
The problem occurs specifically when the calling flow’s HTTP connector and the target flow response are both configured to use asynchronous responses. Instead of receiving the expected async response, the caller returns a 404 Not Found.
If I disable the asynchronous pattern either in the caller (HTTP connector) or in the target flow response, the request works and the caller receives a 202. The issue only happens when both sides are set to async.
It seems like the new URL handling isn’t correctly resolving asynchronous executions.
Has anyone else experienced this since Microsoft rolled out the new Power Automate flow URLs? Is this a known issue or regression, and is there an expected fix? I know using the HTTP Webhook connector would work, but re-implementing that across multiple flows would require significant effort in our environment.
Screenshot is only presenting the same flow being triggered by two different HTTP requests, the first with the asynchronous pattern enabled and the second with the asynchronous pattern disabled.