I want to use the Postman Collection Runner to submit requests to an XML API based on data imported from a CSV spreadsheet. However, rather than running an entire collection, I want to only run an individual request from a folder.
So for example: I have a folder of POST requests for manipulating employee data.
I specifically want to test sending Load
requests to my API. However, the Collection Runner only lets me select and run the entire Personality
folder.
How can I test an individual request using the Postman Collection Runner?