Skip to main content

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.

List: Get values The “List: Get values” mapper returns the values from a list.

Fields

N/A

Sample data

InputResult
{ “name”: “A”, “price”: 19 }[“A”, 19]
{ “name”: “A”, “categories”: [“A”, “B”]}[“A”, [“A”, “B”]]