How to print values from list in body of send outlook mail messages activity?

Hello All,
Can someone tell me how to print values from list variable of string in body section outlook mail messages activity

Thanks

give a try

String.Join(“|”,YourListVar)

modify | to any delimiter as wisched
depending also on the exact list datatype and maybe need a custom string value conversion for items as well