Parse/Split names: separate first and last name

Status: Open · Asked by tsuiwilliam on · 0 views

tsuiwilliam — Question ·

Any function to do so? I have my leads coming in as "Firstname Lastname" or sometimes even "Firstname Middlename Lastname"

Is there a way to split the input to different fields and pass on to the target?

Neeraj Agarwal — Reply ·
Any function to do so? I have my leads coming in as "Firstname Lastname" or sometimes even "Firstname Middlename Lastname"

Is there a way to split the input to different fields and pass on to the target?


This is how you can split up the text of full name.

Back to all forum threads · Log in to reply