Hi @krishnan,
Assume the datatable as dt1 and dt2.
Using for each row activity Loop it dt1
In side for each row body check if condition like
Dt2.select("column1=row(“column1”).tostring). length>0
If success the first table column value match into second table.
Regards,
Arivu