How to Obtain Single String from List

Is there any way to get a single string from a list?

For a list of strings you can try String.Join.

There are many ways to achieve single string from list show us your list so that we can provide you accurate solutions.

1 Like

Thanks Kulkul for the quick response. I could find the solution using the string.listToStringLines node.