Hi Tom
I did hey give me some credit 😃 . I have been playing around and am a bit confused
I created a process as below
Process1
Find Contacts Where Contacts.EmailAddress IS Defined
Process 2
Contacts.EmailAddress=TO_LOWER_CASE(Contacts.EmailAddress)
This had some wierd results. It ran and changed ALL the email address fields on all records to be the same as record 1? But at least is was all lowercase!
I removed this process and stuck the next line in the rules of the BO Contacts
Contacts.EmailAddress=TO_LOWER_CASE(Contacts.EmailAddress)
Now when I create/Import all the email address are now lower case as planned. But now the Duplication rule is ignoring the 2 spaces at the end of the address and marking them as duplicates? Great it now appears to be working?
Although this is working on the test system I am not sure why?