> For the complete documentation index, see [llms.txt](https://docs.tomat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomat.ai/data-transformation/formulas/aggregate-functions/array.md).

# Array

Creates an array from the values in the column

```mathematica
Array(column) → ["[1]","[2]","[3]",..]
Array("[Mon], [Fri]") → ["[Mon], [Fri]","[Mon], [Fri]",..]
```

#### Inputs

`Array(column)`

* `column` - A column to create an array from
