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. (
I found decision by myself. Thanks to all. 🙂
= Table.FromColumns(Record.FieldValues(Table), Record.FieldNames(Table))
1 Reply
- Denis_SlavHelper III
I found decision by myself. Thanks to all. 🙂
= Table.FromColumns(Record.FieldValues(Table), Record.FieldNames(Table))