Forum Discussion
Denis_Slav
5 years agoHelper III
Create table from muliple lists
Hi All, Could you remind me, how I can convert several lists to table? I fully fogot how i did that eralier. (
- 5 years ago
I found decision by myself. Thanks to all. ๐
= Table.FromColumns(Record.FieldValues(Table), Record.FieldNames(Table))
Denis_Slav
5 years agoHelper III
I found decision by myself. Thanks to all. ๐
= Table.FromColumns(Record.FieldValues(Table), Record.FieldNames(Table))