Entry tracking variables and IF statements
Hi all,
I'm looking to use some of the entry tracking variables from my program in an IF statement in an attached campaign.
Please advise if / how this can be done.
My IF statement seems to work when i've tested using dummy data in a supp table, but it's erroring when i test from my program using entry tracking variables (note that tests without the IF statements are successfully pulling in the required fields).
Thanks for any help.
IF statement example below:
<#if (DynamicVariable.SAVING >= 10) && (DynamicVariable.FEE == 0)>£${DynamicVariable.SAVING}</#if>
0