i have two excel tables that i want to use for lookup, i want to lookup values from column A&B from the first table and get the value of column C from the second table .
im not sure if i can lookup multiple values in the LookupDataTable activity. However, if u guys have a better idea let me know.
thank u folks
Instead to use Look Up
You can try Red Range and For Each Row
then You can get value from A&B and from C and put your condition in If activity inside For Each Row