Question: I have written a pre-request script to get the data from the external json file and use it in the request body in my POST method. Only one POST method is present in my collection. But when executing the script I am getting GET issue in the console 15 times due to the loop in pre-request script and then POST request is executing , I have tried every possible way but still getting same issue. As soon as I am removing the pre-request script …not getting the GET issue
any global or environment variables is not created and only one POST request is present in the collection.
Please do suggest how to remove this issue