Liquid Js conditional logic not working
{% assign hour = "now" | date: "%H", "Asia/Kolkata" %} {% assign hour_int = hour | plus: 0 %} {% if hour_int < 12 %} गुड मॉर्निंग, {{customer_name}}! मेरा नाम Viraj है
This is my conditional logic in my first message, it is reading the liquid js condition as it is, instead of reading the good morning or afternoon or evening prompt
This is my conditional logic in my first message, it is reading the liquid js condition as it is, instead of reading the good morning or afternoon or evening prompt