We're using the custom sync filter today in our instance (not for this specific use case). How does this solve the issue of having a "john smith" in the US and and "john smith" in ...
Hi Eric - after the fact, before we send out an email. Actually, we run regularly scheduled batches and then suppress those that return specific validation codes:
I'm really hoping that Marketo will soon release some sort of point-of-view on how the platform will enable its customers to be compliant with GDPR. Obviously, all customers impact...
What Sandy's saying is your token doesn't contain a default/fallback value for blank values. So where is "Sir/Madam" coming from? Now if your token looked like this {{lead.First Na...
Filter logic doesn't work with triggers. Triggers work independently from one another (as long as one trigger is true, the smart list moves on to evaluate the filters (and filter l...
I think we're back to the main issue of not being able to constrain a DVC to a specific form. So your best bet is to use the logic you included below, just knowing that leads who p...
Actually that's not going to work. Will all of your leads be existing leads in the DB? This would get you closer to the desired result, but unfortunately, there's no way to constra...
You might be able to get this to work using DVC trigger/filter (you need to use both since you need both a "person is created" trigger and "DVC trigger" as DVC triggers don't work ...