Hello i am trying to match up two data tables
I am using the following:
- For Each Row Activity on DT1
- Within this i have a For Each Row Activity on DT2
- Within this i have an IF Activity that has a condition to check if the DT1 String contains the DT2 String.
When i run it only seems to pick up the last row in the DT2 string.