Hello Postman Community,
I’m currently working on a series of Postman collections that represent a specific user flow, including steps such as searching for available time slots → adding items to a cart → processing payment → confirming the order by using Postman flow.
I’m looking for a way to efficiently execute this flow multiple times with a single click, asynchronously. I’ve attempted to use the “repeat” feature in Postman, but unfortunately, it doesn’t seem to achieve the desired result.
Could someone please provide guidance on how I can run this flow multiple times in an asynchronous manner, where one flow starts immediately after the previous one completes? I believe this would significantly streamline my testing process and improve efficiency.
Any insights, tips, or alternative approaches would be greatly appreciated.
Thank you in advance for your assistance!