Create a table from list

I am wondering if it’s possible to create a table just having a _value column, derived from a list.
For example can i make a table from this list: x=[1,2,3] ?

HI @deb,
Yes, you can using the array.from() function in Flux: array.from() function | Flux 0.x Documentation