I have two lists ListA and ListB which are having segregated values joined by a empID column.
Now i want match the empID of ListA to ListB and then check if a column is present in ListA or ListB.
Once it is known, the column can then be used for diffrent operations.
Could you please help me with a code or a snippet which may help us in achieving that?
Tnx