I'm building a Power App which is connected to multiple data sources via Power Automate flows. The main source is an Azure Function that de facto works like an API. For some reason my Automate flow can't manage to connect properly with my AF.
As an example, I have written a simple test event that just returns the status code 200 with the text "Received". This works exactly as intended via the console:
However, when I wrap the exact same logic inside an Automate flow, I get the following error:
It's also worthy of note that if I try to connect to any other API via the exact same Automate flow it works perfectly, so the problem must be with the way the flow connects to the AF.