GHPython : Merge multi-linetext into one column

Hi, I am trying to combine text from rows into one cell using GHPython. Can anyone show me how to do such using a for loop in python? See below for reference.

I suspect you need to set the input to list access in your example (remember to share your file). Anywho, here are two methods (using a loop and using the string.join method):


230202_JoinStrings_00.gh (5.6 KB)

Edit: Updated with line breaks (i.e. \n) to output columns.