I have DT1 and DT2 datatable, DT1 has only headers I need to compare those headers with DT2 headers and get only matching columns from DT2.
I got Solution From Anders Jensen Video (How to Compare DataTable Column Headers in UiPath - Full Tutorial - YouTube) , But it took more than half an hour to matched columns because excel contains almost 1000 columns. Is there any simplified way to take matched columns from datatable.