Hi,
I have two datatables, dtOut (dt1) and ProcessedDT (dt2). I am trying to check whether the values in the current row of ProcessedDT matches any of the values in all rows of dtOut.
I have a For Each Row in Data Table activity for dtOut and another For Each Row in Data Table activity inside for ProcessedDT with an IF activity.
How do i reference dtOut in my IF activity?
CurrentRow[“Amount”] == dtOut[“Amount”]
This is the general idea but am getting validation errors.
Would appreciate any advice thanks!