Skip to Content

Get First Name

Get First Name pulls the first name out of a full-name column into its own column.


What it does

  • Reads a column holding a full name
  • Writes just the first name into a new column
  • Useful when all you need is a personalization token, like {{first_name}} in an email or LinkedIn message

Need both first and last split out at once? Use Separate Name instead.


How to use it

  1. Click Add Action and search “Get First Name”
  2. Select the column containing the full name
  3. Run the row, then the column

Where to next