I have a while loop.In this while loop I have a call where a extract some variables. One of them is an Id.
Forearch iteration I need to save this id in an array or list and then when the while is finished I need to pick randomly an ID from the array/list I have created before during the while. How can I do that with Neoload?
Thanks