Hi All
I've been trying to figure out a way when joining different tables:
Table 1: contains 2000 records
Table 2: contains 1mil records
Only want Table 2 to search for the records that are in Table 1 even before joining them, is this possible? Otherwise it takes a very long time to run as Table 2 returns all records including the ones that are not in Table 1 when I join the tables. I have tried Dynamic Input but there can be a lot of ids involved.
Thanks in advance.