I am trying to make a flow of REST API calls in Postman, but without success.
I have a Post call that returns Json. I want to take the response and use it in GET call. Is it possible to do this by pre-request script or otherwise?
Is it possible to loop the GET call several times until I get a particular response?