Re: Power Automate Cloud Flow
@NatashaW
Power Automate cloud doesn't control a UI so it's not going to render HTML in a browser window. What exactly are you trying to achieve? You can make HTTP calls in Power Automate but if you call a website you'll get a status code (e.g., 200 OK for a successful response), response headers (with metadata about the response), and the body of the response containing the HTML as a string.