Articles on: FAQ

How can I create different email body based on whether an order count exists?

You can find the email body section in the email edit settings.





Liquid mapping can generate email body, both with and without order details. Use the value below:

{% if orders.count > 0 %}
Here are the orders files. Please process the orders.
{% else %}
There are no orders to be process today
{% endif %}



Updated on: 08/05/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!