Use Lookup Table in Email Template
{% assign variable_name = "lookup-table-slug" | lookup: "item-name", "object-value" %}
{{variable_name.key_name}}{% assign currency = "country-flags" | lookup: "country", "AD" %}
{{currency.local_currency}}Last updated
Was this helpful?

