×

Choose From List

iOS 14 +

Notes

Allows you to choose an item from the given list.

Syntax

choose(list: <#Variable (Optional)#>, prompt: <#String (Allows Variables) (Optional)#>, multiple: <#Boolean (Optional)#>, all: <#Boolean (Optional)#>)

Example

choose(list: Menu, prompt: "Choose an option", multiple: true, all: false)