I am trying to run multiple iterations of a Collection on postman for different API calls using data driven approach. The collection file checks for a response status of 200 OK and time elapsed < 500 ms for the requests specified in the data file.
The data file contains a few GET and a few POST requests. The collection runs fine if all the requests specified in the data file are POST. I would like to run the collection for POST/GET request.
Is there any way that we can update the request type while running a collection?
I get following error message for the GET request: