Repeating items in list

Hi, Newbie here :slight_smile: is there a way to add items on a list and have them add up instead of repeating the same item several times?

Thanks!

1 Like

Hi, @Freddy
Same problem I have. Did you find any solution?

You could have two different collections – one that acts as the library of unique items, and then one that has a record for each time and item is requested/added.

Same issue here. Did you get to the bottom of this?

Here is my setup:

  1. Product Category Collection (External API Request)
  2. Product Collection (External API Request)

  1. Category Screen (lists Product Category Collection) > Link Current Product Category to Product Screen
  2. Product Screen (list Product Collection filtered to current product category id) > Repeats first item in array
1 Like