VLookup on large data

Have a look on the Lookup Datatable Activity

Give a try on the Join DataTable Activity

with the concept of:

Lets assume: find all MatDocs for Transaction Confirm No we would do:

LeftTable: ECC…, Right Table: Ops, Join Type: Left Join
From Join Result we can identify the matches / non matchtes if right table join col is empty or not

As an Alternate we can create a LookUp Dictictonary or writing a custom LINQ statement