Hi I want to send the whole list of emails of a profile to Slack
I've tried this:
no errors there but I have this error within the journey
what am I doing wrong?
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
SOLUTION:
serializeList(#{ExperiencePlatform.ProfileFieldGroup.profile.identityMap.entry('email').id}, ",", false)
That returned all emails associated to a profile
not working:
And when I add the email mapping I have this error:
Views
Replies
Total Likes
SOLUTION:
serializeList(#{ExperiencePlatform.ProfileFieldGroup.profile.identityMap.entry('email').id}, ",", false)
That returned all emails associated to a profile
Views
Likes
Replies