Transfer data to List, but cram several fields from one list into one column Hi all, So i've got a list where the user selects a row (the row has 5 fields) I want to then transfer all of those 5 fields into another List, but put all 5 fields in one column and a new line for each of the 5 fields. End result would be all 5 fields in 1 field on the other list. I am using the transfer data rule, and can put the 5 fields into one column, but it's all next to each other. My question is, how do i get each field onto a new line??? I tried <br> between the fields and, neither of which work. Basically here is how i want it to look: PICKER LIST - Row 1 (field1, field2, field3, field4, field5 Add New Row Transfer data to this New Row NEW LIST - Row 1 (field1) field1 should look like this Field1 Field2 Field3 Field4 Field5 Come on K2ers, whats the magic character for the new line between items so that i can chuck everyone into one Column? Thanks