Forum Discussion
Anonymous
5 years agoNot applicable
Error Table to list
Hi guys I am getiing an error as the only element in my list. Everything goes right untill the last step when i change it to list let Origen = Excel.Workbook(Web.Contents("https://.....xls...
- 5 years ago
Hi Anonymous ,
Are the replies above helpful?
Best Regards,
Icey
Jimmy801
5 years agoCommunity Champion
Hello Anonymous
change your last step to this
Table.ToList(#"Duplicados quitados",(x)=> Combiner.CombineTextByDelimiter(",")(List.Transform(x, each Text.From(_))))
If this post helps or solves your problem, please mark it as solution (to help other users find useful content and to acknowledge the work of users that helped you)
Kudoes are nice too
Have fun
Jimmy