Want to select multiple items from matching row

@PPIM_RPA

dt2.Asenumerable.where(function(x) dt1.Asenumerable.any(function(r) r(“OA Name”).tostring.trim.equals(x(“OA Name”).tostring.trim)).copytodatatable

have you tried this

1 Like