Adding data row to data table. this row already belongs to another table

Hi i have a workflow. see below. In a for each loop it filters out some rows using regular expressions.

I want to add these rows to a new datatable. Getting “this row already belongs to another table” error

6 Likes

@Automater999
give a try on using row.Itemarray in the field ArrayRow instead
It is assumed that the columnstructures are matching and are the same

grafik

30 Likes

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