I am trying to create a contact when email-to-case is happening, but had no luck there. Instead I opted to create a contact when email is received which works great.
But I am not able to find a way to check if the contact already exists.
I am using:
Target entity: Email
Create Record » Contact
Email
Field: From Email Address.lower
Name
Field: From Name
Links
Emails
And i tried to make an expression, but it broke the workflow:
!record\exists(Contact, contactEmail, emailAddress)
But I am not able to find a way to check if the contact already exists.
I am using:
Target entity: Email
Create Record » Contact
Field: From Email Address.lower
Name
Field: From Name
Links
Emails
And i tried to make an expression, but it broke the workflow:
!record\exists(Contact, contactEmail, emailAddress)
Comment