Is it possible to set up Postman to loop over a loop?
I have a collection established that uses a data file to iterate over a series of IDs (roughly 100 or so). These IDs are used with the API endpoints in my collection. A user ID is targeted at the beginning of the collection run through a collection variable, followed by Postman iterating over the IDs in the data file.
The general idea is that the collection takes care of associating a series of data relationships with a specific user, rather than establishing these relationships one-at-a-time using the platformβs UI.
Iβd like to take this one step further and be able to target multiple users instead of one-at-a-time. In other words, multiple user IDs would be identified on the front-end, followed by looping over each one, to then loop through the 100 IDs/endpoints already established in the collection.