List: Get values The “List: Get values” mapper returns the values from a list.Documentation Index
Fetch the complete documentation index at: https://docs.alumio.com/llms.txt
Use this file to discover all available pages before exploring further.
Fields
N/ASample data
| Input | Result |
|---|---|
| { “name”: “A”, “price”: 19 } | [“A”, 19] |
| { “name”: “A”, “categories”: [“A”, “B”]} | [“A”, [“A”, “B”]] |