Problem with Add Data Row - row already belongs to another table

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

Can you try with array of row?

Regards
Gokul

Hi @Olivera_Kalinic ,

Could you try adding this snippet of code into the ArrayRow Field?

image

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”
image

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.