Add STRING in a list

Hi,

I have a List.join with 4 lists.
But I need one more list, but this list will have the SAME TEXT, all the time.
So, i Just need to put a String in my list.

But it’s not working.

You just need a count node and a cycle node and feed that in your list join.

1 Like

Try this. So make that string into a list, repeat that list by however many and join it like you normally do.

Good luck

Edit: Just seen “4bimfercesp” comment, yeah if you Use a count node to count the number in the previous lists and inputting that into the list.cycle would be better as requires less manual input.

1 Like

Thanks a lot, it worked!!