Hi !
Sorry for this newbie question…but…what is wrong with this?
Hi !
Sorry for this newbie question…but…what is wrong with this?
You didn’t actually tell us what error you are getting, however I will assume it is that you need to wrap your {{ }} tempting code in quotes.
So instead of:
exact_count: {{ item.count }}
You need:
exact_count: “{{ item.count }}”
Hey Matt,
you’re perfectly right on both affirmations:
Thanks so much