Re-order flowed points into same order as the original list

Hello,

I’m trying trying to re-order two different point flows into the same list order as the original list.

Thanks!

Use Weave.

I’m not sure what you mean by using weave, how would I go about incorporating that into my point lists?

How does it know to return the points to their original indices?

Use the same dispatch pattern for the weave pattern.

Ah I see. Thanks!

Ok so I tried it. The problem is that I need to reference the points as they were before I dispatched them into two separate patterns.

Nevermind it worked! I just needed to swap the 0 and 1 inputs. Thanks alot!