Error while using variables

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:

  1. I’ve not informed the error
  2. The proposed solution worked fine

Thanks so much