As @Pallavi_Shetty said you can try with Merge Datatable activity
This activity allows you to merge two data tables by specifying the data table to merge and the data table to merge into, as well as the columns to use for the merge.
But every time I try to merge, I receive this error message: “Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.”
My data table has null values and duplicates but I still want everything to be there. How do I merge then? Wouldn’t it be a join?
But every time I try to merge, I receive this error message: “Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.”
My data table has null values and duplicates but I still want everything to be there.
But I received this error message: “Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.”
I want the null values and duplicates to remain in the data table.