I have designed a workflow that provides me results. YAY! We will call this A.
However, a different data source (B) has a list of people who need to be excluded from results A.
Complicating this, results A may list a person twice because they are eligible for two different things. As I am writing this, I am thinking that I need to filter out the B people before I run workflow A. How do I do this?
r