Forum Discussion
kwitt
2 months agoActive Member
Selections: Advanced
Hi there, I am creating some selections on my catalogs. I noticed that you can only pick EQUALS or DO NOT EQUAL as the criteria. This seems very very limited. Is there a workaround that I can add...
Manoj__
2 months agoSpecialist
Hello kwitt Unfotunately, These advance selections are not available in the platform for now.
But you can use the liquid to apple these conditions in the email content itself.
Here is what you can do in email with liquid.
For language:
{% if {{items[0].country}} contains 'fr' %} Do this {% else %} Do that {% endif %}
For start date:
{% assign today = 'now' | date: "%Y-%m-%d" %}
{% assign catalogStartDate= {{items[0].start_Date}} | date: "%Y-%m-%d" %}
{% if today==cataglogStartDate %} Do this {% else %} Do that {% endif %}
Related Content
- 5 months ago
- 5 months ago