Sorry if this has been asked before but I couldn’t find an answer and I’m very new to Postman. Is it possible in Runner to run an input file in batches? For example, if I have a file with 16K records in which I want to run in batches of 500, i.e. 1-499. then 500 to 999. Is this possible and if so how?
@michaelderekjones’ suggestion is what I would have gone with too - You’d need to create multiple CSV files with those batches and run them one by one with the Collection, in the Collection Runner.
Hi @danny-dainton and @michaelderekjones. I assumed that may have been the only way in all fairness. But no harm in asking just to be sure! Thanks for the advice. Chris