Hello,
We set up a Contacts board as part of the Basic CRMs feature. Is there a way to separate the contact column - someone’s full name - into a First and Last name column through an automation? Thank you!
Hello,
We set up a Contacts board as part of the Basic CRMs feature. Is there a way to separate the contact column - someone’s full name - into a First and Last name column through an automation? Thank you!
Hi! As outlined in this post, you can separate them through two formula columns.
The first column should contain this formula:
LEFT({Name}, SEARCH(" ", {Name})-1)
And the second column should contain this one:
RIGHT({Name}, LEN({Name})- SEARCH(" ", {Name}))
Thank you! Is there a way to adjust the formula to capture middle names or first names with two names?
@JCorrell Hi ! I saw some other formulas you wrote on other threads, but none of those worked.
Try this:
REGEXEXTRACT({Name},".*?(\w*)$")
Jim - The Monday Man
Get Custom Apps, Integrations & Automations for monday
Hi Jim, this works perfectly!! Thank you so much for your assistance!
Hi Jim, This is very helpful. How do I reverse this formula to capture the first name of the contact?
Thank you!!!
Hi Jim,
I figured it out!!
REGEXEXTRACT({Name},“.?(\w)?”)
Doug
LOL same timing…Thank you! Only to find out I can’t use a formula in an automation
All I’ve been trying to do is respond to customers inbound email “request for information” with their first name…, (I thought this formula would do it)
Doug
Hi I am in a similar situation.
I have the CRM as well and under the contacts I want the first name as an option when using the email fields so that we can be less formal with our known clients.
How do I use the formula in the email feature?
I’m in the same situation… My emails would say “Dear John Smith” instead of “Dear John”… Did anybody found a solution?
I just separate them on excel and then upload to new fields named FName and LName - it has been working for me.
I’ve had the same issue for a while and discovered the work around via the Monday.com AI.
Keep the item name as the full name (this will allow you to differentiate people with the same first name).
Create two text columns (or one if only the first name is relevant), one labelled first name and the other labelled last name.
Right-click the column title and select Autofill with AI.
Set the AI action as Custom action.
Type instructions along the lines of “add the first name from [select variable from dropdown, should be Item Name]” and do the same for the last name column.
Every time you add an item with their full name the AI will autofill the first and last name columns.
As it is autofilled as text and not a formula, you can use these columns as variable when sending out emails. The variable won’t be the item name but the first name column.
Few things to note:
Edited post to simplify instructions on activating autofill on pre-existing items on boards.
I’ve signed up for the Pro Plan but I’m not seeing the AI option. This seems like it should be a simple automation.
Hi Mike,
I agree it should be much easier to do this.
I am not sure how they have rolled out the AI. This wasn’t an option for us a couple of months ago. It may be worth raising a ticket with support and seeing if this is a feature they can switch on.
I looked in the admin panel and the AI function is on…so convoluted.