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.
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.
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.
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.
Jan 23, 2014
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.
Jan 23, 2014