I want to use a random string(number) from numbers.json (it's an array of numbers not like usual json file) (number is denoted by 'from' in above mentioned code. click the link) for one complete flow. and also want to randomly select query from queries.json file. I want 4 iterations of these requests for each flow.
This randomItem doesn't work here. Can anyone fix this issue by providing some different method. Also mention if you find any other bug in this code.