You can shuffle a column by loading the values in, shuffling them, and writing them back to the table. Here it is shuffled by a column formula, and by a button.
Shuffle Rows!
Shuffle Time!
Fruit
Shuffled by Formula
Shuffled by Button
Fruit
Shuffled by Formula
Shuffled by Button
1
Apple
Grapefruit
Huckleberry
2
Banana
Huckleberry
Elderberry
3
Cherry
Banana
Fig
4
Elderberry
Fig
Cherry
5
Fig
Apple
Grapefruit
6
Grapefruit
Elderberry
Apple
7
Huckleberry
Cherry
Banana
There are no rows in this table
Shuffled by Formula
[Shuffle Time!].Fruit.ShuffleText()
.WithName(
ShuffledList,
ShuffledList.Nth(
thisRow.RowId()
)
)
Get the Shuffle Time table’s Fruit column
Shuffle the values in that list
Store that under the name ShuffledList for now, using