Repeating a single request multiple times without setting a count variable that persists on the next run

My question:
I would like to run a request multiple times. The solutions I have seen require setting some count variable in the environment. But this breaks down on the second run because it persists that count variable if I run the request / collection again.

How can I accomplish running requests multiple times in an automated way that doesn’t require me manually changing a count variable?

Hi @oscarjasper ,

The simplest way to run a request multiple times is to use the collection runner built into Postman.

The collection runner will also allow you to drive it from a CSV or JSON file if you need to use dynamic data in the requests.