How to use multiple external data files(JSON) while running collection

I have multiple post request in my collection. Also I have JSON file for every post request which contains objects. I am using these files to test API with different data sets. I am aware of how to user single external file using collection runner. Is it possible to use multiple external file for different request in 1 collection using collection runner?

For e.g. I have collection with name “ABC” which includes Post1 and Post 2 request. To test Post1 and Post 2, I have stored variety of data in external JSON file JSON1 and JSON2. Can I use JSON1 and JSON2 while running collection “ABC” at same time

1 Like