Using linq How to get filtered data from one data table using another data table as refrence


from above 2 data tables, my output datatable(dt3) should of all columns (name, id ) with dt1 rows data in C#

dt3
image

Hi,

I suggest you to go with UiPath activities. you can use Join Data tables and under that you can select Inner Join which will return the matches columns in two data tables.