How can I randomly select a value from a file as a parameter in my request body?

Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.

Here’s an outline with best practices for making your inquiry.

My question:
Hello, I am trying to figure out how to randomly select a value from a file as a parameter in my request body?
Currently I know there are two methods.
Method one: you can set an array of all your inputs, but this will be difficult if you want to randomly select it from 1000 items etc.
Method two: I can use the collection runner to load the csv/Json file, but the value selected is not randomly, it’s selected based on the order of your csv file.

I am just wondering if there’s any way to fix this issue.

Details (like screenshots):
Screen Shot 2022-03-09 at 10.39.06 am

How I found the problem:

I’ve already tried: