×

Remove from List

iOS 15 +

Notes

Removes items from the input list. It uses 1-based indexing. Even though the description says this action accepts input of type "Files", it accepts any type.

Syntax

removeFromList(list: <#Variable Array#>, action: <#Enumeration (RemoveFromListAction)#>, index: <#Integer#>, rangeLowerBound: <#Integer#>, rangeUpperBound: <#Integer#>)

Example

removeFromList(list: [ShortcutInput, Clibpoard, CurrentDate], action: index, index: 2, rangeLowerBound: 2, rangeUpperBound: 2)