How can I make a list from a dynamic String Array?

This is how im doing it now, wondering if someone has a better method where its more automatic depending on the length?

You could try a for each loop.

Then when it is completed send it to whatever finalized variable you want.

There’s a really neat node called JoinStringArray, which does exactly what you want: