it will remove the extra content and save the name...
# 💻developers
e
it will remove the extra content and save the name as an object
{first: "Jhon", last: "Doe"}
. You can then greet the user with just their first name
Hello {{workflow.userName.first}}
.