No as the response body is just that, the response that was sent back by the server.
You can’t change it or affect it like you can with the request body.
You can however use the tests tab to target elements in the response to print out in the console logs.
Or you can use the visualizer. You have more than one entry in your response so I’m guessing that you need the name for each entry, so this might be an option to consider.
Hi,
thanks for the hint with visualizer. It would work if I would be sending only one request. But I’m using a runner to go through csv file so I have many diffrent responses. From what I see there is no visualizer for runner. Only options are pretty and raw.