{"foo", "bar", "baz", 1, 2, 3, 4, 5, {"sub one","sub two"} }: let
list_with_three_elems = {
{"foo", "bar", "baz" },
{ 1,2,3,4,5 },
{ {"sub one", "sub two"} }
},
flattened = List.Combine(list_with_three_elems)
in
flattened