Name Capture and Variable
# 🤝help
s
How can I parse first name and last name when a name is captured? Do I need to declare a first name variable and last name variable? TYIA
b
You can do it the way you mentioned but another option would be to use some code for parsing
s
ok, thank you so much
I've been screwing with this and can't figure it out. This is the output of the name when I have a text block that says "Thank you, {"first":"Bryan","last":"Engel"}. What I had input to the block was "Thank you, @workflow.name.
b
Mmmm that seems like a bug maybe? Someone from the @cold-motherboard-82208 team might know more
10 Views