In your pre-request script, set a variable, e.g.
postman.setEnvironmentVariable(“queryParam1”, “whatever”);
Then you can use {{queryParam1}} in your query parameters just like you set the rest of them.
In your pre-request script, set a variable, e.g.
postman.setEnvironmentVariable(“queryParam1”, “whatever”);
Then you can use {{queryParam1}} in your query parameters just like you set the rest of them.