Build Request Workflows - we can control the workflow in postman instead of going in default sequence order of execution in collection folder.
Ex: I have 10 request in collection by default it will run in the order of 1 2 3β¦
if you want to run my request 5 after request 2, i can use postman.setNextRequest(βnameβ) to execute my next request which i want.