Thanks, I eventually used the variables from the environment with ${pm.environment.get(‘variable’)},
but taking them from the response data is what I was looking for, which also solved another issue for me, as I was trying to get data earlier by responseBody (apparently not how its done) instead of response.json.
So double solutions, thanks again!