Save images from response body in Runner

Hello, I am trying to run a collection of requests that each return an image in the body. I would like to save all of those images individually.

I have consulted this very helpful doc: Need to capture response body of each iteration

But I am running into an issue of wanting to save an image file instead of the full json response.

It’s straightforward enough to save one image response to a file, but how do I save many image files?

1 Like

I have the same problem :confused: need to get 1.5k image files each from different url… Someone please help