I am trying to read the entire test data file as a part of pre-request script in postman.
I tried the variable pm.iterationData
, however ,it prints only the current iteration data set in the colletion runner.
I need the entire test data and load it as an environment variable in postman.
Is there a way?