Forum Discussion

Denis_Slav's avatar
Denis_Slav
Helper III
5 years ago
Solved

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

  • I found decision by myself. Thanks to all. 🙂

    = Table.FromColumns(Record.FieldValues(Table), Record.FieldNames(Table))