String Combining with List Levels

This should be a nice easy one for a Friday, but I’m not finding the right solution.

Below is an example of where I’m at: I have 2 lists, the first being a list of lists, the second just a single level list. I need an output of combined strings as shown. I need to maintain the list levels for subsequent functions.

Thanks.

Well I failed miserably in Dynamo… :frowning:
Pretty sure someone will come along and show us how to do it though. :smiley:

It was easy in Python :smiley:

2 Likes

That works perfectly for what I need, thanks!

You can join strings with a + node. You just need to use the correct list levels to get the correct structure.


Same thing with a code block:

4 Likes

I knew it was obvious!
#LackOfSleep
#LameExcuse
:rofl: