Hello everyone, Is there a possibility to shuffle the order of an Array ? Thanks
Erik Beuschau
2 years ago
It's not part of our core library atm no. It should be possible to create a custom formula for this, but I might add it to our core library anyway. Let me get back to you
Jacob Kofoed
2 years ago
If you want to randomly shuffle it, you can achieve it with the Sort and a number that is 1/2 positive/negative.
@Julien there should be a new formula available in a bit that lets you shuffle an array or a string 🙂
❤️1
Julien
2 years ago
Thank's guys ! Jacob, I don't understand anything about your formula logic but if it works I'll take it 😅👌
Jacob Kofoed
2 years ago
Don't use mine. As @Erik Beuschau pointed out, it is flawed. Wait a few minutes and check the formula for Erik's Shuffle formula to get a "truly" random shuffle.