Hi!
How can I see in the body of the email the value (YES or NO) of a column that has the type (YES/NO)?
Thanks in advance
Hi!
How can I see in the body of the email the value (YES or NO) of a column that has the type (YES/NO)?
Thanks in advance
Please try the following expression in the email body template-
<<IF( [Your Y/N Column Name], βYesβ, βNoβ)>>
Note: Please post such queries in the βQ&Aβ section.