How to create a custom state for each cell in repeating groups

I am trying to create a page where one can add items and place the order. For this I want to track the quantity of all the selected items so I want to set the custom

You can’t access a state inside a repeating group’s cell from outside this repeating group,

So one thing you could do is to create a State outside the cell as a “list of products”, when you add the item, you set state → add this product
If you remove the item, you set state → remove this product

Inside the repeating group you can make conditions → When current cell’s product is in “state’s produts” → (here you do what you want)

Its showing plus item and minus item thing, not showing the option of add and remove item

same thing haha

This topic was automatically closed after 70 days. New replies are no longer allowed.