-
I configured my request with a dynamic variable {{x}}.
-
I scheduled the collection run using a .csv file containing values from 1 to 6.
-
However, the values in my test.csv file are frequently updated. For example, the current values are from 7 to 12 (
test.csv
).
-
Yet, all my scheduled runs continue to send the request with the old variable {{x}} values (1 to 6).
I would like to know if there is a way to automatically update the test.csv
file in Postman so that it uses the most recent values when running the requests.