Forum Discussion
Extract records from a list to table
- 9 years ago
Greg_Deckler is correct. You can directly do it on GUI.
Just click "To Table".
Then you just need to expand those columns.
Regards,
Greg_Deckler is correct. You can directly do it on GUI.
Just click "To Table".
Then you just need to expand those columns.
Regards,
- MFasnacht9 years agoNew Member
Worked very well, thank you very much!
- HennSarv7 years ago
Helper I
Works well but ony with uniform records
I have list of records like
{ [Name="Henn", Age = 64], [Name="Peeter", ShueSize=27] }
how to convert into table
({Name, Age, ShueSize}, {{"Henn", 64, null}, {"Ants", null, 27}})
- Anonymous7 years agoNot applicable
Hi, I had the same problem and this solution has worked and given me all the columns I wanted in a tabular format. However, all the columns have 'Column1.' appended to their original names. I have aboout 100 such columns and would really appreciate a quicker way of getting the original column names back. Thanks, Alisha
- papercut1 year agoRegular Visitor
Old one, but it may help somebody:
At the Applied steps, right click on the Expanded Column1..., and delete "Column1" from here.