Merge properties

Hi,

I think I’ve found a way to do this. Let’s say you want to merge {first name} + {last name} into a {full name} property.

All you have to do is create a workflow:

  1. Start a workflow from scratch
  2. Select a trigger, like “email address is known”
  3. Add a new action: “Set property value”
  4. Select the destination field or property to set: “full name”
  5. In the new tab that appears, click on “add contact tokens”
  6. Select the contact token “first name”
  7. Add a space
  8. Select the contact token “last name”
  9. Save
  10. Publish your workflow

:blush: