Hi. I am new to Postman and I have the following issue:
In order to attach a document into an app, I send 2 request: one which responds with a code(number) which is used in the second request.
When I manually perform the requests (one after the other, by pressing Send) the first request gives a body response (a number) which is used successfully in the next request.
When I run these requests in the Collection Runner, the first request responds with an empty body: “Response body unavailable” (2018-01-23_1103)
Here are my requests:
First one:
The second request parameters, where I use the tempID variable:
https://www.screencast.com/t/7m9MyDJJA
Did anybody encountered this issue?