Hi.
I created a catalog in Braze with 3 fields:
id
title
preheader
The id column is a date yyyy-mm-dd
I then created a selection where id equals {{today}}
I followed Braze support to use this as my push message:
{% catalog_selection_items anchor today %}
{{ items[0].preheader }}
However, nothing is populating.
Does anyone have a solution?