In the collection the first request uploads photo, then the second one should take some data from the firs request’s response.
So when I run the collection via Runner it fails to upload photo and consequently the second request fails again as the photo is not uploaded.
The screenshot of console log is attached
But when I open the collection and send the same requests manually everything works correct.
What is the problem ?
Thanks in advance