I have paid Thunder Client using VS code. I have imported collection and written two request one is to find the data in the response and in the script I haved set 3 fields values using tc.setVar(“vikram_firstName”,firstname)
tc.setVar(“vikram_lastName”,lastname)
But when the collection ran with the input data as csv while running I uploaded it.when the collection ran I dont see collection is iterated and carried the first request values to second request and updated using the second link.
When I see the Output and dropdown selected as Thunderclient I see empty value in my query I have csv file with the column as name under that column I have 5 names those names are not reading
I am using below name replacement instead of hard code value.
“{{name}}”
To accept the csv file and read the data from csv file do I need to make any configurations
My collection should read the csv file and update the names I have given the script