System Exception using Merge Data Table

Hello Forum
Today im having trouble with something that im not sure what it is.
What im trying to do is merge to DataTables,
one which i created with “Build Data Table” named dt_ALL2
and the second which i extracted using a “Read Range” named dt_All

Im going to show you both DT and the Exception.

Exception.

dt_ALL2

dt_All

This is just a DEMO workflow im using to test and try some sequences, so dont be angry if the logic if not the best.
Hope someone can help me to know whatt the real problem is.

Thank you.

Hi,

As column data type of datatable from ReadRange is object, as the following, we need to set objcet in all columns at BuildDataTable activity.

image

or

Need to copy data to new datatable which has same schema with dt_All2 from dt_All.

Regards,

Thank you very much.

Regards

1 Like

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