Get response.json in the same request

I’m trying to create a post request, but I also need to get a certain variable that will be in the response body of the very same request and put it in the json raw data for body…

is this even possible?

Hey,

I’m not sure what you’re trying to do. Are you trying to get the response from a call and then call the same endpoint again but with newer data? If so you should look at how to do looping with Postman:
https://learning.getpostman.com/docs/postman/scripts/branching-and-looping/