Forum Discussion
smpa01
3 years agoCommunity Champion
How to create an empty table from a list where list items become the table columns
The title might be confusing.
I have a list as follows
let
Source = {"c1","c2","c3"}
in
Source
I want to end up with an empty table as this is where the column name...
- 3 years ago
let Source = {"c1","c2","c3"}, EmptyTable = #table(Source,{}) in EmptyTable