Array
Creates an array from the values in the column
Array(column) → ["[1]","[2]","[3]",..]
Array("[Mon], [Fri]") → ["[Mon], [Fri]","[Mon], [Fri]",..]
Inputs
Array(column)
column
- A column to create an array from
Last updated
Was this helpful?