Hi. I have problem with Add Data Row activity.
I am getting this error:
Add Data Row: This row already belongs to another table.
Does anyone know what the problem can be?
Hi. I have problem with Add Data Row activity.
I am getting this error:
Add Data Row: This row already belongs to another table.
Does anyone know what the problem can be?
Hi @Olivera_Kalinic ,
Could you try adding this snippet of code into the ArrayRow Field?
CurrentRow.ItemArray.ToArray()
Kind Regards,
Ashwin A.K
Hello,
This is because you are assigning a data row of one data table to another. You can either convert the row to an array “CurrentRow.ItemArray.ToArray”
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.