Category Archives: Power Automate

Power Automate – How to make a redirect to another URL

If you have a flow, which is triggered when a HTTP Request is received and you want redirect the user afterwards to another website, this brings some difficulties. The reason is, that Power Automate doesn’t support the status codes 3xx for redirecting.

Here is, how you have to setup your HTTP Response:

If you have a flow, which is triggered when a HTTP Request is received and you want redirect the user afterwards to another website, this brings some difficulties. The reason is, that Power Automate doesn’t support the status codes 3xx for redirecting.

Here is, how you have to setup your HTTP Response:

Power Automate - How to make a redirect to another URL