Hi! I am become crazy looking for a solution to this:
I have 2 DataTable and I want to obtain the DT_Result as the Image:
I have 2 DataTables, in Datatable 1: I have information of workers such as: name, number ID, age…
and I also have a DataTable 2 that has the same estructure of DT1 but DT2 is feeding with new rows with information of new workers, so I have to compare 2 tables to obtain a new table with only the NEW ROWS.
So, have thought in obtain only the rows that has DIFFERENT ID_NUMBER after comparing DT1 and DT2. So I can obtain the new workers to process them…
I have tried Join Data Tables (Inner option) but it doesnt work
I also have done all codes from ‘Compare data tables’ topics in UIpath Forums and anything of that has resolved my problem
THANK YOU SO MUCH!