Duplicate items in list by items of other list

Hi all,
I am trying to get a list which duplicates the first item of one list by the first item of another list. See the example in the picture below.
image

So I want a list which looks like: [Level 0, Level 0, Level 0, …, Level 0 (21 times), Level 3000, Level 3000, Level 300, …, Level 3000 (21 times), Level 3001, Level 3001, Level 3001, …, Level 3001 (17 times), Level 3002, Level 3002, Level 3002, …, Level 3002 (17 times)]

Can somebody help with this?

Thanks,
Laurin

Hi,
just use Sets/Sequence/DuplicateData.

Hope this helps.

Cheers, Raul

1 Like

Awesome man! That’s what I was looking for!

Thanks,
L