Best answer

Join First and Last Name fields with a space between

  • 11 September 2020
  • 1 reply
  • 1623 views

Userlevel 1

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!

icon

Best answer by adamsmartschan 11 September 2020, 21:23

View original

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

Userlevel 5
Badge +6

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}