Hi, the use case is that I have to use dava driven in some tests but I want to store these data in the same file so that I will have to provide only 1 json file on runner. If I provide multiple data with different names, postman only takes the first name. In above example, postman only reads data called “scenario”.
I would suggest to in data json file array to use your scenario1 and event1 in first object and scenario2 and event2 in second object and so on like following: