A simple way is to create the custom state at the cell level and not at the repeating group level. This will duplicate the custom state for all the cells that your repeating group has.
However if you want to create a cart feature, it would be better to store the data in db rather in custom states. As you’d lose all the progress if the user refreshes the page.
You mean like this per cell ? But I can’t get the value. I mean when I submit or just put in inside the Input for me to check, I can’t find the cell state value in the editor
? Apologize as I am still new to Bubble.
If storing the Data to db, will it be slow when there is more users in future ?
Yeah it won’t be possible to reference the value in the workflow section.
Storing the data to the db would be simpler. I’ve created a cart page which you can check out. The UI might be a bit off. Just go to the Product data type to find the name that you can type in the searchbox