Inputs
SelectableOption
Output
Type:Any
Returns selected item(s) from the list.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Selects specific items from a list based on index or random selection
| App | List Tools |
| Operation ID | list_pick_item |
| Type | Action |
| Connection | None |
| Credits per run | Free |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
list | array (also accepts a comma-separated string) | Yes | - | Select the list to pick an item from |
pick_mode | string or SelectableOption | Yes | - | Choose how to pick the item from the list. Available options: ‘first’ (First Item), ‘last’ (Last Item), ‘random’ (Random Item), ‘custom’ (Custom Index) |
custom_index | integer | No | - | Specify the index position of the item to pick (0-based indexing). Use only if pick_mode is set to ‘custom’. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | |
label | string | Yes | - |
Any
Returns selected item(s) from the list.