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.
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.
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.
Thanks a lot, it worked!!