How can I cut the name in a blank space?

Hello there,

For example, If the user Full name data type is “John Doe”, I want to send an email saying “hello John”.

How can I truncate it to a blank space so I can only have “John” instead of the hole field?

Hi there, @santiagopoli3… use the :split by operator, split by a space character (literally press the spacebar in the Text separator field), and get the first item.

Best…
Mike

Wow, that was really fast. Thanks mike :slight_smile:

1 Like