I want to assign a profile property to a variable, like so, but I get an error
{% let Pemail = {{profile.identityMap.email}} %}
Thank you,
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
@GeorgeVi2 You should be using a similar syntax below,
{% let test = profile.person.name.firstName %} {{test}}
@GeorgeVi2 You should be using a similar syntax below,
{% let test = profile.person.name.firstName %} {{test}}
Thank you!
Views
Replies
Total Likes
Views
Likes
Replies