Forum Discussion

Mic1979's avatar
Mic1979
Post Partisan
1 year ago
Solved

Combine list of elements

Dear all,   I got some tables from a colleague, and from them I created the following lists: The first one, named High_Runner_Sanatory_AM_Function, And the second one, named High_Runner_San...
  • slorin's avatar
    1 year ago

    Hi Mic1979 

     

    (Element_1 as list, Element_2 as list) as list => List.Zip({Element_1,Element_2})

     Stéphane