I'm running test cases using postman for different API calls. Running multiple REST APIs require different datafile. Also, I need to access different rows of the same datafile. Is there a way to implement this using postman?
I'm seeing a restriction where one collection can access only one datafile. And each row can be accessed only by respective iteration. Ex: 1st row can be accessed by only 1st iteration of the collection, 2nd row by 2nd iteration and so on. Is there a way to break and define the way we want to access different datasets?