↧
Get Item from List
Returns one or more items from the list passed as input. You can get the first item, the last item, a random item, the item at a particular index, or items in a range of indexes.
View ArticleChoose from List
Presents a menu of the items passed as input to the action and outputs the user's selection. Prompt The instruction provided when the list is presented. Select Multiple When enabled, multiple items may...
View Article