Dear all,
I need to append the current dataRow in a for each row activity to an Excel sheet. How do I do this, as the append range activity needs a DataTable instead of a DataRow.
Sincerely,
Robert
Dear all,
I need to append the current dataRow in a for each row activity to an Excel sheet. How do I do this, as the append range activity needs a DataTable instead of a DataRow.
Sincerely,
Robert
Use ImportRow activity to copy the row to the DataTable which you got by reading the excel sheet.
Make sure that the schema of DataRow is same as the DataTable to which you are copying.
Regards,
Mahesh
@rrvdw
There is no Import Row Activity, That is a method.
You have to do it by using Invoke Method activity.
Regards,
Mahesh