Using list values in a "add data row "activity

String join could help
grafik

Working with a datatable we use:

  • Add data row - in case of the row in not present in the datatable
    grafik

  • In case of a row with Sally Woodson is already present then update the row like

    • Assign Activity: YourDataRowVar(“ColumnNameOrIndex”) = String.Join(“,”,ListFriends)