I am building a shopping cart prototype using variables and for one of the items I have added a counter and a subtotal field that multiplies the item count x price and displays the subtotal.
The subtotal field for some reason is displaying 799 (which is the price of one of the other items that gets added to the cart earlier in the user flow) until i click a + on the counter and then it works properly.
Is there some way to get that field to display 0? I have tried creating an instance and resetting the instance and all kinds of fun stuff.