Hi!
I'd like to do something like the following:
- Dynamic condition: If FName is empty -> Use the text "Invitation"
- Dynamic condition: If FName is not empty -> Dear $[FNAME]$
I tried the following with the dynamic condition: leave the field empty, fill it with "", ...
Unfortunately I cannot make it work so far...
Same with the merge tags, I know I can use the following options:
- $[FNAME|]$: which can be used in "Hello John" or "Hello", but not with Dear ...
- $[FNAME|Customer|Guest]$: which leads to "Dear John" or "Dear Customer"
But that doesn't really cover my requirement.
Am I missing something here?
Thanks a lot for your support