First Name Email Script Token
Hi there,
I was referencing this thread: Conditional First Name Token
#if (${lead.FirstName} == "[Not Provided]")
there
#else
${lead.FirstName},
#end
I have built the above but am struggling to pull in a value. We have leads that have a first name of [Not Provided], and we'd like to say if we identify the first name as such, fill in "there" as the value, if not identified as [Not Provided] use the value that lives in the field.