nightingale-rest-api-client
nightingale-rest-api-client copied to clipboard
How to use entire text from body in variable chaining?
I have a service that returns a SAS token as body of the response. I want to put this text body in a variable to be able to interact with Blob Storage later.
I tried using the syntax response.Body
to use the full body, but that doesn't work.
Is there a way I can achieve this?