If$lead.ClinicID ) does not have a value in marketo, I want to print an alternative instead, I have tried to check if it's null, true/ false, or an empty string, but none of them a...
So this still isn't working, it must mean that when that data doesn't exist it's something other then "null", how can we figure out what is going on?
It always returns true for me...
I'm sorry, I am really not getting how to check if the value is null, that's the part I have been stuck on for this entire post.
Doing this
if$referenceisnull
$display.alt($refere...
So the first problem is if Clinic ID has no value, it's printing the variable in the email.
The second issue is if the value of clinicID doesn't exist, it's still printing the vari...
I don't know why this isn't working for me, as everything below makes sense. Currently it's always returning false.
I broke out the IF statements to see why, and the "IS Empty" is...
Hi,
Thank you for the detailed reply, it makes perfect sense now! However when I try to do it, if i adjust to the syntax you provided I am not getting an output in my test email, i...
I am using a JSON hash map and would like to validate that I am getting data, and if not that I provide a "Default value. I cannot get it to check properly if my hash has a value o...