Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
@jordannams ,firstly, here's how to post code into Marketo nation: https://nation.marketo.com/t5/product-blogs/posting-code-in-discussions/ba-p/341001/highlight/true Secondly, what do you mean by 'the if is not'? Do you mean the output being generated doesn't work? Do you mean people never get int...
@Oliviatran ,on the page hosting the form.CheersJo
@mkto101 ,by default, Marketo only returns the first 10 rows for a given CO for a given person.To change this, go to Admin | Email, scroll down, and then change this setting: CheersJo
@Nurture_Ninja ,you've got to think about this 'the other way around'.Rather than stopping people from getting synched, you need to manually control who does get synched. It sounds like you have implicit sync turned on. You'll want to turn that off. This syncs every record. Then you'll need to hav...
@mkto101 ,I've edited your post to make the code more readable. Here is a link to my blog post on how/why to do this: https://nation.marketo.com/t5/product-blogs/posting-code-in-discussions/ba-p/341001 When posting in future, please make sure to format code for readability please. You can't use the...
@KEERTHIVASANCOG ,This thread is six years old.Are you having a similar issue?
@SaurabhGoyal_GN ,you're most of the way there, but you are making it too hard, and you've got a formal reference in the mix that you don't want. I'd do it like this (let's call this token - my.showMexicoStart): #set( $COUNTRY_CODE_FILTER = ["mx", "mexico"] )#set( $country = $lead.Country.toLowerCas...
@Zoe_Forman,At least someone gets my sense of humour 😁Was 'End of the Universe' too dark?CheersJo
@cierac ,Given you want an exact number of days, you will need to use a combo of In Past and In Past Beforecheck out this. It's the Adobe reference on using in past and in past before with each otherAlso, this diagram I did for a client many moons ago may be more useful if you're a visual learner C...
@kenmckown ,That should work just fine (I'm assuming there is an 'R' at the front of the BG gradient string).If it isn't, then you need to review how the HTML looks once rendered. Go to preview, do an inspect, and see what's going on. It won't be a Marketo thing per se. Also, remember that Outlook...