This object is in archive! 

If-then statements

Joe W. shared this question 7 years ago
Answered

Can I use if/then statements within emails? ie: If venue contact is null then use customer name, etc.

Comments (1)

photo
1

Yes. The following notation is used:


  1. ~~condition~true~false~~

In your example:

  1. ~~empty(*venuecontact*)~*ctfullname*~*venuecontact*~~

Replies have been locked on this page!