Skip to main content
Best answer

Join First and Last Name fields with a space between

  • September 11, 2020
  • 1 reply
  • 2249 views

I’ve seen several answers to how to split fields, but I need to join two fields. First Name and Last Name.

I want the field data to have a space between the values. Right now in testing I’m getting JaneDoe instead of Jane Doe. 

Is there a way to add a space between these fields?

 

Thanks!

Best answer by adamsmartschan

Hey there @rafiusa -

I’m assuming you’re bringing in two fields from the Trigger step. If that’s the case, just stick a space between them in your action!

{Merge Field for First Name} {space} {Merge Field for Last Name}

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

adamsmartschan
Forum|alt.badge.img+6
  • Zapier Solution Partner
  • Answer
  • September 11, 2020

Hey there @rafiusa -

I’m assuming you’re bringing in two fields from the Trigger step. If that’s the case, just stick a space between them in your action!

{Merge Field for First Name} {space} {Merge Field for Last Name}