I am trying to add a caveat to the process builder to NOT create the contact if the email matches and existing contact. Haven't been able to figure that one out. Can any of you SalesForce Gurus guide me?
7 answers
The other solution I can think of for restricting the Contact creation is to write an Apex trigger that performs a dupe check but it will require coding capabilities. I can help you write the trigger and the associated test class if that works for you.