Hello All,
Can someone tell me how to print values from list variable of string in body section outlook mail messages activity
Thanks
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