Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi community,In an email script/Velocity, what's the best way to anti-match a single value against a list of values in an if clause with several conditions?For example: I could do #set( $country = 'United States' )#set( $list = ['United States','United Kingdom'] )#if( !$list.contains($country) && 1 ...
In what email client does it show "=?UTF-8?Q?=F0=9F=91=80?="?
"Text, {{lead.First Name}} =?UTF-8?Q?=F0=9F=91=80?=" - see https://datatracker.ietf.org/doc/html/rfc1342. The website that you are referring to contains a little tool, which gives you the encoded emoji.
It's even a string. Embrace the age of big data. 🙂 Reason is tied to its legacy CRM implementation, and the field sync. But also to the fact that "" has a meaning - a logical/boolean type would not fit as you pointed out above.
Thanks for the prompt reply.And... yes, sorry.. my bad: for different reasons, F is actually implemented as of type string - mimicking boolean behaviour, with the value set true, false... and blank. However, I guess this does not change the answer? Which means, it's not possible with Marketo out-of...
Hi there, My challenge: I've got a form with a checkbox field F, and I want to timestamp each form submission where F is ticked. The challenge is to do so when F is already "True" in the database. That is because afaik neither a form submission with BLANK, nor one with TRUE will trigger a "Data Valu...
Hi,I am using a trigger-based smart campaign to send an email. And I'd like to check upon email rendering, not in the smart list, if certain prerequisite are available in a specific way, and, if not, let the email send fail. I think I recall that an error during velocity parsing results in a sort of...
Cool, DM is out
Greetings Marketo-Nation, I often found myself exceeding the 100KB limit[1] for Velocity scripts in emails. Therefore, I wanted to ask for better ways to achieve what I am trying do to. (Not so much about polishing bits code, although I am happy to get advise there, too, but more after general strat...
I had a similar situation when trying to debug a campaign. The only solution I found is to heuristically determine the step for a step id, by having a fixed point and assuming that Step IDs are increased by one with each flow step. Example: You have ID 123 for "Change data value for field X". If you...