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 column The “List: Get column” mapper gets the values from a single property of the provided list.

Fields

ColumnKey

The property to get the value from

IndexKey

The property in the provided list to use as the index for the returned list.

Sample Data

InputColumnKeyIndexKeyResult
[{“name”: “A”,”price”: 19 }, { “name”: “B”,”price”: 10 }]name[“A”, “B”]
[{“name”: “A”,”price”: 19 }, { “name”: “B”,”price”: 10 }]nameprice{ “10”: “B”,”19”: “A”}