Hi,
I’m trying to figure out the best way to determine if a merge field is located within the TrueText or FalseText of an if statement.
For example, if my template looks like this…
{ IF “A” = “B” “trueText” “{ MERGEFIELD MyMergeField * MERGEFORMAT}” }
how can I be certain that MyMergeField is in one of the result codes as opposed to just sitting on the template outside an if statement?