I am using a variable extractor to get all values and want to pass unique value for every user. Example if my extractor (Date) is pulling 10 different values from the response, I want to pass the first value for first virtual user, second for the 2nd virtual user and so on.
Something like Date_Vuid1 so that it translates to Date_1, Date_Vuid2 - Date_2 etc.
Is there a way to do this?
↧
Passing unique value for every user
↧