List Insert

Hi
in list insert i will get two path and i need that done in one path.
how can i do this please?
list operation.gh (9.4 KB)

Hello,

You need to provide all inserted indexes and indices in a single lists because all inputs of the component are as list.
If an element need to be inserted several times, repeat the same index as many times as necessary.

list operation.gh (11.7 KB)

1 Like

Thanks. After flattening i have create new index from indices minuses simple 1,2,3,4 series due to additive insert operation and it works.