×

Remove Duplicates from List

iOS 15 +

Notes

Removes duplicates from the input list. List elements are coerced to text before being compared.

Syntax

removeDuplicatesFromList(list: <#Variable Array#>)

Example

removeDuplicatesFromList(list: [ShortcutInput, CurrentDate, Clipboard])