I have an HTTP flow module which returns a redirect message, and I would like to get a key-value pair from the response. I tried making the following expression, but it gives an error:
outputs('HTTP')['location']The location is stored in a key-value pair in the response's header. How would I write an expression to retrieve that?