Why does my variable for Person name come out back...
# 🤝help
f
Hi, this is how it is designed. You can call it like "@name.first"
b
What do you mean? I select the Person Name value to extract in a Capture Information card. I tried to store variable as @namefirst but issue persists.
r
Hey @blue-computer-57633! What @famous-jewelry-85388 means is that the Capture Card - Person Name stores the name as an "object" (JSON) with first and last names separated. So to access the persons name you must use the dot notation to get to the value you are looking for. For example: Jesse Blanchet = {"first":"Jesse","last":"Blanchet"} @name = {"first":"Jesse","last":"Blanchet"} @name**.first** = Jesse @name**.last** = Blanchet So if you want the users full name in your text card you must do "@name.first @name.last"
b
Thank you @User and @User . That helped.
n
I'm afraid @red-rocket-93714 this is not working anymore. I'm having the same issue and I tried what you stated. Any help is appreciated.

https://cdn.discordapp.com/attachments/1132955616554532935/1139967793907896410/Screenshot_2023-08-12_at_12.03.59_PM.png

@famous-jewelry-85388
f
what do you have in your card? can you send a screenshot?
n
@famous-jewelry-85388

https://cdn.discordapp.com/attachments/1132955616554532935/1141090841398616175/Screenshot_2023-08-15_at_2.26.43_PM.png

f
try @workflow.Name.first
n
@famous-jewelry-85388 I had previously tried that and it did not work.

https://cdn.discordapp.com/attachments/1132955616554532935/1141273274467225640/Screenshot_2023-08-16_at_2.29.56_AM.png

https://cdn.discordapp.com/attachments/1132955616554532935/1141273274718879764/Screenshot_2023-08-16_at_2.30.08_AM.png

f
would you try {{workflow.Name.first}} please?
n
@famous-jewelry-85388 I tied that as well already, it didn't work
f
Can you please send me a report ID?
2 Views