sad-indigoS
VAPI6mo ago
sad-indigo

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
Was this page helpful?