Forum Discussion
Find user in catalog
- 2 months ago
Sorry my bad try this one:
catalogName: test
selection: zip{% catalog_selection_items test zip %}
{% if items[0].zip != blank %} not blank {% else %} blank {% endif %}
if you are not sure about the catalog liquid check in personalization
Should be something like that.
{% if {{ items[0].zip }} == blank %}
Show email
{% else %}
abort
{% endif %}
Please like the answers if were useful 😀
- FlorianGOrnika2 months agoActive Member II
Hello Gabriele,
I did the setup in the catalog, then I tried your solution, but it doesn't work.
I have the message "This message would not have been shown because of the abort_message tag. The tag was called with message "Selection not found"."
Ps: my selection name in ctaalog is not "zip_code"
My liquid:
{% catalog_selection_items dim_google_my_business_link zip_code %}
{{ items[0].zip_code }}
{% if {{ items[0].zip_code }} != blank %}
Show email
{% else %}
abort
{% endif %}
Related Content
- 6 months ago