String join could help
Working with a datatable we use:
-
Add data row - in case of the row in not present in the datatable
-
In case of a row with Sally Woodson is already present then update the row like
- Assign Activity: YourDataRowVar(“ColumnNameOrIndex”) = String.Join(“,”,ListFriends)