Split a list into strings

Hi Everybody,
I’m trying to flatten a list from 6 pieces. Each should represent a filename, but I got an error when puting the list into the node “String.Concat”. Can anybody solve the problem about generating a string from the list.transpose node ?

Hi @kars1492 , String.Join instead of Concat should do the trick :slight_smile:

See: Dynamo Dictionary

1 Like

String.Concat should also work.
If you can share the error and the list inputs and a watch node on the String.Concat output, then it might be easier to see what is wrong.