function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nancy JNancy J 

I don't code and am curious to know if I can do this in Lightning Process Builder

Upon form submission, create a contact record in Salesforce if one does not already exist, matching on the email address. I'm curious as to how to START... the form is a Visualforce form.
KaranrajKaranraj
Hi Nancy - Yes you do using visualforce flow. Check this blog post about avoiding duplicate records usinf visual flow http://clicksandcode.blogspot.in/2015/02/avoid-duplicate-records-using-visualflow.html 

Thanks,
Karanraj