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?