Cycle with multiple counts

Hello

Is it possible to use List.Cycle with multiple counts.
As you see in the picture below, I have in List.GetItemAtIndex 3 family types. The family in list 0 has to cycle the number in list 0 in Count (In this example three times) and the next 2 times and the last one time.

In the picture below you can see I have tried with both list.cycle and list.OfRepeatedItem

I have also tried with list.map and use them as a function, but this is not give me the right result. In both methods It give me 18 family types instead of only 6 types.

@Simon_Fiele1 Change Lacing to Longest

1 Like

Damm dont know why I haven’t thought about that. Thanks

1 Like