nightingale-rest-api-client icon indicating copy to clipboard operation
nightingale-rest-api-client copied to clipboard

How to use entire text from body in variable chaining?

Open hansmbakker opened this issue 3 years ago • 0 comments

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.

image

Is there a way I can achieve this?

hansmbakker avatar Jun 03 '21 09:06 hansmbakker