
Announcements
Dear community,
I have an API available to save notifications into the SAP system.
I tested this API with POSTMAN and also built a VBA code (with the Object "WinHttp.WinHttpRequest.5.1".) to run it from Excel. Both were successful!
I would like to replicate it in PowerApps. I first started by using Power Automate to create a Flow that sends a HTTP request (by using the HTTP connector). It is not working and I am getting an error "NameResolutionFailure".
I saw here (https://powerusers.microsoft.com/t5/Using-Flows/Not-able-to-push-the-data-using-power-automate-flow-through-REST/td-p/1226509) that maybe the problem may be "2) The endpoint you are calling is a public endpoint with an external DNS i.e. you can call / access it from outside of your corporate network" what is probably NOT the case in my case.
Still, I believe it must have a way to do it from PowerApps, since I am successfully doing it from Excel.
Do you recommend anything to achieve that?
Thanks!