Merge Lists According to initial indicies

Hi,

This is a rather basic question. But I would like to merge three lists according to three lists of initial indicies each Item has. Combine Data and Merge Lists dont give the desired output.

Which would be the best way to get this done?

  • up

    tim williams

    If you use the "list item" component, with your list and desired indexes, it should pick out the strings you want. If you still want to merge them after that you could use the "flatten" or "merge" component.

    4
  • up

    David Stasiuk

    Do you mean like this? If so, you just need to order your inputs into the merge correctly...flattening the data ensures that data structure doesn't make your lists discrete from one another.