Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
We, too, have been experiencing some issues with how flow steps are supposed to function. For example, when we call (request) a smart campaign in the middle of the flow, we're finding that the subsequent flow steps are being executed before the requested campaign has finished. The way flow steps a...
That doesn't seem to work. Here's the exact velocity token - called {{my.IM History}} that I'm using:${display.br(${lead.avanadeInterestingMomentHistory})}For your reference, the history field is built as follows:{{lead.Last Interesting Moment Date}}: {{lead.Last Interesting Moment Desc}}{{my.line-...
Sanford Whiteman, your solution works great when the values need to be stored like this in a history field. The issue arises when we use that history field as a token in an email. For example, here's the value in the lead record:2017-07-24 13:48:10: Visited 5 or more web pages in 1 day2017-07-24 1...
After doing some testing, the way around this is to place "NULL" in the "Default Value" field. This will then change the prior value (for the LT and MT/history fields) to NULL, overwriting their prior values.
I'm sure this is related to the DNS mess from yesterday. Considering the docs site is hosted on a Marketo.com sub-domain, I suspect it still needs time to resolve/propagate across the globe. We're also having issues with images displaying properly in the email editor.
Adam raises a potential issue here. Not sure if this is what's causing his issue, but here goes:Lead converts on Marketo form using source URL:page.com?utm_campaign=cloud&utm_source=linkedin&utm_medium=socialAll three parameters are processed as explained in this thread.A month later, the lead conv...
Our security team created a new DKIM record for us to use with Marketo. But it was setup completely outside of Marketo (not using DKIM in the admin section - meaning I didn't provide the team with the Host record or TXT value). Even though everything appears to be working, is it OK to set this up ...
Perfect - thanks Sandy!
I have this working using the following script:#set( $email = ${lead.Avanade_BD_Owner_EmailAddress} )#set( $domain = "@marketing.avanade.com" )#set( $final = $email.replace("@avanade.com", ${domain}) )${final}Except when there is no value for "Avanade Sales BD EmailAddress". It doesn't appear veloc...
This needs to be manually done in the Forms 2.0 editor: