Monitor Setup - adding iterations

Is it possible to setup the number of iterations for a request when settling up the monitor. I know I can set iterations on the collections but this doesn’t save?

Sorry. Iterations are not available with monitors yet.

@abhinav Couldn’t @philip.kamuna use postman.setNextRequest() to effectively create an iteration for his monitor?

That way you could use a counter variable once you’ve told the collection to go back to the beginning and then use different data based on the counter’s value/iteration number?

1 Like

@postman-paul540 That’s actually a pretty good idea. You can execute iterations through setNextRequest but you will have to then manage the data for the iterations manually too.

1 Like