How to run collection taking data from multiple files present in the folder

Hi All,

I am looking for the solution against following requirement:
I wanted to create an automation script to read the data from specific folder at runtime. The number of files in the folder may vary and each JSON file in the folder is the individual JSON request body.
Also the path of the folder can be changes according to need of dataset to be tested.

Please suggest.