Home »Action Reference»Array Actions»Array Shuffle
Index

Array Shuffle

Shuffle values in an array. Optionally set a start index and range to shuffle only part of the array.

Array
The Array to shuffle.
Start Index
Optional start Index for the shuffling. Leave it to none or 0 for no effect
Shuffling Range
Optional range for the shuffling, starting at the start index if greater than 0. Leave it to none or 0 for no effect, it will shuffle the whole array

 

Example

Shuffle the items in a String Array called Days:

Result:

Diagram: