How to assign a Profile property to a variable | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SatheeskannaK

@georgevi2 You should be using a similar syntax below,

{% let test = profile.person.name.firstName %} {{test}}

1 reply

SatheeskannaK
SatheeskannaKAccepted solution
New Participant
October 3, 2024

@georgevi2 You should be using a similar syntax below,

{% let test = profile.person.name.firstName %} {{test}}

Thanks, Sathees
GeorgeVi2Author
New Participant
October 4, 2024

Thank you!