Thanks. That got me a little closer to what I need. I am using this in a table in the email body:
{% opt_CellNewReplace.Value == "New" ? "For Who?" : "Phone#" #%} |
When this runs, it always uses "Phone#" in the message, regardless of which option is selected. I know for a fact that opt_CellNewReplace.Value returns either "New" or "Replace" because I am displaying that value in another part of the table.
Any suggestions?