×

Shuffle List

iOS 15 +

Notes

Shuffles the input list. Even though the description says this action accepts input of type "Files", it can handle lists of any type.

Syntax

shuffleList(list: <#Variable Array#>, shouldLimit: <#Boolean#>, limit: <#Integer#>)

Example

shuffleList(list: [ShortcutInput, CurrentDate, Clipboard], shouldLimit: true, limit: 1)