Hi there,
May I ask how can I write an expression to check a condition in my email - to check if product > field date value = today? I tried the below and didn't seem to work. My product date field format is "2024-12-19".
{%#if productDate = currentTimeInMillis() %}
Thanks,
Amanda