Hi
I have a simple task I am trying to achieve, but need a push in the right direction.
I have a list in a table “Random” and I am randomising the list and selecting the top5 then I want to turn that top five into a string.
For example:
So far I have, {{random.randomize().top5()}}
in server connect Repeat and this gives me a random top 5 results lets say:
- A
- D
- N
- M
- F
I want to tun this top 5 into the string:
“ADNMF”
so I can use the string Value.
So my question is how do I correctly change this Array into a string I can use in a value?
Thanks!!
Community Page
Last updated:
Last updated: