Liquid Filters: Format Numbers and Negative Conditions
ReleasedWe added three new liquid filters:
- The
currencyandformat_numbertake regional parameters, so you can format numbers to suit your audience’s local conventions. For example:{{ 123456.78 | currency: "fr" }}outputs123 456,78€. - The
where_notcondition lets match negative conditions—people who do not match an attribute value or an event where a value isn’t present.
Learn more
Copied to clipboard!