×

Add To List

iOS 14 +

Notes

Add the given item to a list at the chosen position

Syntax

addToList(item: <#Variable#>, list: <#Variable#>, place: <#Enumeration (ListPlacement)#>, index: <#Integer#>)

Example

addToList(item: ShortcutInput, list: MyList, place: index, index: 10)