Solved
How to assign a Profile property to a variable
I want to assign a profile property to a variable, like so, but I get an error
{% let Pemail = {{profile.identityMap.email}} %}
Thank you,
I want to assign a profile property to a variable, like so, but I get an error
{% let Pemail = {{profile.identityMap.email}} %}
Thank you,
@georgevi2 You should be using a similar syntax below,
{% let test = profile.person.name.firstName %} {{test}}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.