s
hey guys, everytime I call name outside of the main menu its recalled as {{workflow.name.first}} even though it works when first requesting the name, any ideas?

https://cdn.discordapp.com/attachments/1145647901234692147/1145647901415059546/Screenshot_2023-08-28_at_11.00.57.png

https://cdn.discordapp.com/attachments/1145647901234692147/1145647901683503174/Screenshot_2023-08-28_at_11.01.02.png

https://cdn.discordapp.com/attachments/1145647901234692147/1145647901993861151/Screenshot_2023-08-28_at_11.14.14.png

a
Hey @straight-computer-27690, names captured from capture cards are saved as a Javascript object like this:
Copy code
js
{
  "first":"John",
  "last":"Smith"
}
You shoud try passing {{workflow.name.first}} instead of {{workflow.name}} in your text card if you just want to use the user's first name