Select a single item from any list using position, random selection, or custom index.
Field | Type | Required | Description |
---|---|---|---|
List | List | Yes | The list to pick an item from |
Pick Mode | Select | Yes | How to select the item |
Index | Number | Yes* | Position of item to pick (*For Custom Index mode only) |
Mode | Description | Use Case |
---|---|---|
First Item | Gets the first item in the list | Latest data, priority items |
Last Item | Gets the last item in the list | Most recent entries |
Random Item | Selects a random item | Testing, sampling |
Custom Index | Pick by position (starts at 0) | Specific targeting |
Output | Description |
---|---|
Selected Item | The picked item from the list |
What happens if I use Custom Index with a number that's too high?
How do I know what index number to use?
Can Random mode pick the same item twice if I run it multiple times?
What's the difference between First Item and index 0?
Can I pick items from an empty list?