I am quite new to Postman and i am looking into creating themplates for a chain of requests i have made.
How can i automatically collect the value from the response “ShpCSID” in request1:
And automatically populate the value in the data key in request2
If you add this to the Tests of the first request it will store the ShpCSID value as a global variable. I’ve used a global variable here for ease but you could set this at the environment and collection level if you needed too.