And is that even possible?
I have the fetch xml already to filter list B out of list A by record id however I also want the option to filter it by the email address.
For example:
List A has 2 records. Record 1: Bob@BobMail.com and Record 2: Susy@SusyMail.com. List B has 1 record. Record 3 Bob@BobMail.com which is a different contact than Record 1 but has the same email address.
Still with me? Sorry for the confusing explanation...
The query should take List A, do an outer join with List B to produce the result which only contains Record 2 with the email address Susy@SusyMail.com.
If there's any way I can be more clear on what I'm trying to do don't hesitate to ask.