×

Add to List

iOS 15 +

Notes

Adds the input item to the given list. Even though the description says this action accepts input of type "Files", it accepts any type.

Syntax

addToList(list: <#Variable Array#>, item: <#Variable#>, prepend: <#Boolean#>)

Example

addToList(list: [ShortcutInput, CurrentDate], item: Clipboard, prepend: false)