Merging data tables - error related to different types

Dear all,

I use write range to export excel. Then I read it back and need to merge it with same table but containing different data. Uipath throws error with respect to different types…

Excel has the type general, but my columns are string of course. Is there anything I can do?

Thx

When merging, could you try adding .ToString at the end of your variables to convert them to string? It seems like a solution to your problem.

I dont think its an option.
Activity Merge Data Table does not allow modify data in DTs.