Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

List.Unzip wanted

let suppose we have two lists for which I want to keep the correspondence in the order of the elements. So if I change the order of the first one of the lists, the elements of the second list also a...
  • Mariusz's avatar
    6 years ago

    Hi Anonymous 

     

    You can zip it again, this will reverse the zip, or am I missing something?

    = List.Zip( List.Zip( { { 1, 2 }, { 3, 4 }, { 5, 6 } } ) )

     

    Best Regards,
    Mariusz

    If this post helps, then please consider Accepting it as the solution.

    Please feel free to connect with me.
    LinkedIn