Postman – Loop same or different request with different query params in a collection
I am trying to add some new requests to existing collection. The first request is getting the values, which gives me the result as an object array with ids. I want to use the ids from the object and perform an update with another request.
Removing same requests in postman
I am having of few GET request in my collection,repeating at many instances… For example, A GET request is used for a job creation validation, same call is used after job edit validation, and then job deletion.