Skip to main content

List Shuffle

Category: Lists List Shuffle block screenshot

Pure read expression that returns a shuffled copy of a list. Does not mutate the original list variable/value. Order is randomized; do not rely on a particular output order.

Inputs

InputRequiredValue KindTypesEnum Values
listyesexpressionarray

Notes

  • Pure read expression that returns a shuffled copy of a list.
  • Does not mutate the original list variable/value.
  • Order is randomized; do not rely on a particular output order.