Passing sequence of requests from csv

To follow what @vdespa does you can store route as an environment variable and access it as

route = JSON.parse(pm.environment.get("route"))

you can also access the full requests in collection using postman collection api and use some condition i will try to create a public collection for you to try out