Hi,
Very basic example, but i am trying to add in conditional personalisation using target data. I've created a segment code based on value (H,M,L).
I've then inserted the following into my HTML but can't preview for customers who are targeted (e.g. recipient segment code = 'H', nothing shows in preview).
<%if ( targetData.segmentCode == 'H' ) { %>20%<%
I've done this before but totally forgot how so hoping this will be a quick fix!