Good evening
I am a user of UiPath Studio 2025.0.197STS Community edition.
- What I want to do
After creating an array of DataRow arr_dr, I want to create an empty data table dt2 and use the ForEach activity to iterate through arr_dr with currentRow, then add the DataRow array arr_dr to dt2 using the AddDataRow activity.
- What I’m struggling with
When I debug the workflow, I get the following error when trying to add currentRow to dt2:
Cause: What could it be?
[Error] Adding data row: This row already belongs to another table.
