Is it possible to generate requests dynamically?

Hi all,
My question is:
Is it possible to generate requests dynamically?

Here is the example:
the API documentation is:

  • get /api/books
  • parameter: bookID: Int

I want to dynamically generate bookID from 1 to 100.
And generate 100 times request to test them.
Is there a way to approach this?

What I have search: dynamic, dynamically.
Related question but no answer: How to dynamically build a request in Postman?

Oh, sorry, I think i got what I want, wrong key word :upside_down_face:
Here is:
https://www.postman.com/postman/workspace/postman-answers/collection/9215231-25b72aab-2c6a-4941-832d-dd47e142ff2a?ctx=documentation

Should I delete this post? or just leave it?

@bill_zhong Welcome to community :partying_face:

It’s great that you found what you wanted :slight_smile: So are so kind and shared the solution too, just mark the solution and leave this thread, it might help someone in future :hugs:

2 Likes

Yes it’s possible but it’s continues looping not stopping some where