List: Get count The “List: Get count” mapper returns the number of items in 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 |
|---|---|
| [“A”,“B”,“C”] | 3 |
| [] | 0 |
| {“name”: “A”, “price”: 10} | 2 |