Skip to main content

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!

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}