I've been attempting to get a workflow to find duplicate test files and am having partial success. I tried to base my workflow off the one found here:
The problem I am having is that the conditions that are being evaluated are evaluating them as a whole, and not individually. It will find an address that matches and moves it correctly, but the next address does not "match" and fails the condition.
Here is my workflow and below I will post the workflow results:
First condition - success:
Second condition fails (because the matching address doesn't update to 1110 E Arkansas Lane
How do I get the conditions to evaluate against each entry that is returned? It seems like it is stuck on the first entry.