How can I add random json among static key and value

I want to select id only 1 or 2 or 3 and value ONE or Two or Three
EXP:
[{“id”: “1”,“value”: “Apple”}]
[{“id”: “2”,“value”: “Orange”}]
[{“id”: “3”,“value”: “Grapes”}]

how to randomize from above list

I think you can use indexing ???

I’m not sure I follow. Your values are fruits but your questions says you want to select “ONE or Two or Three”.

And finally you ask how to randomize from the above list. Could you provide additional details as to what you are doing?

I put together this schema.

The first field called fruit, uses the Custom List type.

The second and third fields are using a dataset.