Skip to Content

Get Last Name

Get Last Name pulls the last name out of a full-name column into its own column.


What it does

  • Reads a column holding a full name
  • Writes just the last name into a new column
  • Useful when all you need is a personalization token, like {{last_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 Last Name”
  2. Select the column containing the full name
  3. Run the row, then the column

Where to next