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!