Hi everyone,
I have made some pretty great strides since I last posted a very vague, "what the heck am I doing", post weeks ago.
What I am trying to achieve with this particular problem is displaying a quantity to a specific product on its respective row in the gallery.
I a collection that records details of selected products available in a gallery. The text label that the arrow points to in my screenshot contains the variable in my formula bar. This variable counts the rows that contain the product name of the last selected product in the gallery. I would like to change this from the last selected item, to the specific product that aligns with the row in the gallery.
So when I click the plus button on the first row for product "1", my quantity should increase by 1 for that product. When I click the plus button the second row for product "2", the quantity for product "1" should remain the same, while the quantity for product "2" reflects the current quantity for that product.
What is happening currently, with the way I have the formula built, the quantity in the text label updates based on whatever the last item selected is. So, say I add product "1" to my shopping cart. All of the text labels in the gallery increase and show the count for that specific product. When I then go and add product "2", all of the text labels change to reflect the count of that selected item.

Any feedback is greatly appreciated!