I have one scenario whereas need to change query parameter values based on the related scenario.
If I can create one individual scenario then might be 50 sets of request needs to be create based on the different query parameter.
Can we do with .csv file where we can store different sets of query parameter at each row and iteration can follow up.
If you have that data in a CSV file and the variable names are unique and not used in any other scope - you should just be able to use the {{var_name}} syntax in the params without the need to add anything to the scripts.