{% 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
k
Kings_big💫
07/01/2025, 2:05 PM
Use single quotes in Liquid ('now'), chain | plus: 0 to convert the hour to an integer..
k
KennyBenso4
07/02/2025, 1:34 AM
But it is reading the liquid js condition as a prompt instead of looking it as a condition