Save Response - Automatically

Here is a scenario which i need help. Tester has the run the collection of 20-request. And once the request are triggered, i want those response with full body to be saved under the request payload. Apart from that from there would be one id in each response and i want that captured for all 20 so that i can copy them and continue my testing in the external application.

Hey @lunar-module-techn14 :waving_hand:

Welcome to the Postman Community! :postman:

Would you be able to clarify what you’re trying to do here please? I’m not sure what it is you need to do and when these should be saved :thinking:

Are you talking about downloading the responses in a file or saving these as examples?

A while ago I share a workaround using Newman and a small script to save each response to a file, that could be adapted and help here:

Hey @lunar-module-techn14
could you please provide information on whether you are using single method or multiple methods. If multiple the you cannot directly save it. You can either use tools like Newman or copy all responses manually to be saved in a single file.