Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Cool, is this the code? https://nation.marketo.com/community/product_and_support/blog/2019/10/13/base64-ing-a-string-in-velocity-without-using-reflection I'll see if I can manage to do something.
Thanks again Any chance you can provide an example or velocity code I can look at to build this?
Thanks Sanford!Is there any webhook-compatible service you know of? Would help me look into it a little more.
Hi,I am working with Conversant to add in parameters, they have asked if hasing is possible with Marketo, as below - The dtm_email_hash parameter (dtm_email_hash={{lead.Email Address}}) should be encrypted using SHA256 hashing as that is personal information. Is this possible with market?Is it possi...
#set( $currentURLNoProto = $co_record.URL_1 )#foreach( $link in [1..3] )#evaluate( "${esc.h}set( ${esc.d}URL_${foreach.parent.count}_${foreach.count} = ${esc.d}currentURLNoProto )" )#end#set($daysRemaining = $math.abs($daysRemaining)) ##set($co_record.URL_1 = $DynamicCustomObjectList.URL_1) ##set($...
Sorry, new to using the discussion.I have 6 links within the CO which need pulling in, the example you gave seems to pull only URL_1 - is there a way to use the code you had provided and pull all 6 links?Below is how I had set it up but links broke. #set($co_record.URL_1 = $DynamicCustomObjectList...
Thanks Sanford! That helped loads.There is a little issue, I have six links in the custom object to pick up but the code above only pulling the same link for each. ##set($co_record.URL_1 = $DynamicCustomObjectList.URL_1) ##set($co_record.URL_2 = $DynamicCustomObjectList.URL_2) ##set($co_record.URL_3...
At the moment I'm not totally comfortable with Velocity scripting.Is it possible to help with the example code provided?
Hi,Links are breaking when trying to pull from custom object, the code is within a FOR LOOP - for testing purposes I have reduced the code. Anyone have any ideas why the links are breaking?Working URL outside FOR/IF LOOP, pulling link from custom object(DynamicCustomObjectList) : ${DynamicCustomObje...
Hi,Was this resolved? I am having similar issue.Thanks,Harry