Lookup multiple values or multiple columns and get the result from the third column

@kamal_hamad

Give a try on Join DataTable Activity

A demo here:
LeftJoin_3Cols_ResultWithMatch-1Col.xaml (12.7 KB)

As an alternate option we can do it with a LINQ Statement

  • Join Approach
  • Where / Any Approach

For some demo implementations have a look here:
FindMatches_1Col_fetchValues.xaml (10.1 KB)

we can easy extend to check it with 2 columns