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
bumpy-addition-21507
08/30/2023, 5:06 PM
You can do it the way you mentioned but another option would be to use some code for parsing
s
swift-family-23774
08/30/2023, 5:08 PM
ok, thank you so much
swift-family-23774
08/30/2023, 6:44 PM
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
bumpy-addition-21507
08/31/2023, 1:10 PM
Mmmm that seems like a bug maybe? Someone from the @cold-motherboard-82208 team might know more