Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
OK, if you’re only trying to strip the protocol and double slash though, you don’t need to include/replace the hostname. That’s something that makes the code somewhat unclear.Fantastic -- I will clean that line up a bit to remove the hostname. That’s kind of surprising. You also mention you don’t kn...
Thank you, Sanford! (and thanks for editing my post -- noted re. the syntax for next time) To give you the context, my team is running a campaign to alert our partners when they need to submit their license renewal information. We have a one-to-many structure, in which some of our partners have mult...
Hi there -- My team is new to Marketo and we're having a hard time getting a customized URL to populate from an email script token in one of our emails. We're using the following script for the token: #set($licenseSubmissionURL = ${accountDataSortedList[0].licenseSubmissionURL})#set($docuSignLink =...