Does anyone have a simple example they can show me with how to take 2 different lists (or a tables) and subtract them from each other to get a unique record only?
For example, I have a main list of URLS and I select a random URL from the first list (but not delete it) and once I finish doing a process with that URL, it gets added to the second list. Then, when the template restarts, I want to be able to select a unique record from list 1 that is not found in list 2.
I would greatly appreciate the help!
For example, I have a main list of URLS and I select a random URL from the first list (but not delete it) and once I finish doing a process with that URL, it gets added to the second list. Then, when the template restarts, I want to be able to select a unique record from list 1 that is not found in list 2.
I would greatly appreciate the help!