Help

How to automate the creation of a new contact ?

Topic Labels: Automations
334 10
cancel
Showing results for 
Search instead for 
Did you mean: 
Arthur_CRM
4 - Data Explorer
4 - Data Explorer

Hi everybody, 


I am trying to set up a specific automation. I have set up already the importation of emails in Airtable, in the table "my emails". It looks like this :

Arthur_CRM_0-1719236650767.png

Now, I would like to automate the following steps : 

- check if in table "Contacts", there is in the field "email" the same address email than in the field "email" from the table "my emails".
- if YES, then, in "my emails" in the linked field "Contact", link the existing contact with the same email address.

- if NO, then create a new record in the table "Contacts" with all the information of the new contact.

 

Basically the idea is simple : if the email comes from a know person, link the email to the person, if it comes from a new person, create a contact for this person.

 

 

Thank you so much, 

 

Have a nice day, 

 

Arthur

10 Replies 10
Arthur_CRM
4 - Data Explorer
4 - Data Explorer

Ahhh now I understand what you meant!!
Thank you!!

Concerning the formula to extract only the first string or the second one, I found this formula for the first name (first string) : LEFT({Your Field}, FIND(" ", {Your Field}) - 1). For the Last Name : LEFT({Your Field}, FIND(" ", {Your Field}) - 1)