Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Okay, managed to find the solution myself. Following works as a custom token:$lead.EAN_OAN__c.split("/ ")[0]
Hi guys,I want to add in a customer number into a customer onboarding email, that is part of a synced SF field in Pardot.The number looks as following:Only the part behind the '/' should be displayed in the email. Unfortunately the length of the customer numbers differs, so there is not a fixed posi...