I suggest to add “request JSON extract source” , which needed in case we using “generate each time” - we don’t know which data will be used, but still need it in future requests. It generating login:password in my case. I still can retrieve pre-step data, but that’s not possible when I using test scenario referencing (it’s steps not referenceable)
Hi, I think you can use this Custom Script in Post Processors to get request. body: console.log(pm.requst.body.raw)
Hi, I think you can use this Custom Script in Post Processors to get request. body: console.log(pm.requst.body.raw)