
Announcements
Good afternoon Power Automate community,
I am building a flow that is making a HTTP request to an external API to POST a CSV File.
In the first attempt, the flow was failing with a 302 redirect response which I fixed adding a condition / Configure run after / has failed. It all seems to be "working fine" however, I can't see the status response after the re-direction which I need in order to know that the submission was successful and therefore, do the following action.
I tried to Initializes a variable and grab the response but I still can't see the details of the response after redirection, is there any way how I can get the final status code?
Many thanks in advance for your help.
Please see screenshot for reference: