Dynamo List Cross Product Help

Hello!

I’m working on a graph that has brought me to a speed bump I’m having trouble getting over. I have two lists that can or cannot be un-equal counts. I want to cross-product the two lists into their own sublists. But I’m struggling to find the node or how to go about it. See what result I’m hoping for below.

I do not want to join the lists to join as A1 A2 B1 B2, I want them separate like above. I’ve had little luck trying to understand Group By Function nodes which I feel is probably the answer…

Any help would be highly appreciated.

1 Like

@Taiszer here is one way to do it :slight_smile:

1 Like

Thanks for the reply, not what I was looking for.

@solamour This is cool but I guess I need to expand on why I’m not using the + Node. I’m trying to do what you show with references. and when you try to add references it returns a null value. This workflow is helpful but I’m trying to get around using the + node.

1 Like

@Nick_Boyts you legend. Thankyou!