Question
Conditional decisions wthout Velocity script
Hi All,
Is there any way to perform simple IF based logic in an email without using Velocity script(s?). Basically the issue we have is that Velocity scripts do not work with dynamic/segmented content and we require content to be outputted by language.
At a high level (and pseudo code) we need to do the following:
IF myVariable = 0
SHOW THIS
ENDIF
If the value is not = 0 it should not show the content. It seems Velocity script is the only way to do this?
Thoughts?
Thanks
N
Is there any way to perform simple IF based logic in an email without using Velocity script(s?). Basically the issue we have is that Velocity scripts do not work with dynamic/segmented content and we require content to be outputted by language.
At a high level (and pseudo code) we need to do the following:
IF myVariable = 0
SHOW THIS
ENDIF
If the value is not = 0 it should not show the content. It seems Velocity script is the only way to do this?
Thoughts?
Thanks
N