Hi there, I’ve got a list called “products” where each product has a name (text) and price (integer). I can display it perfectly in a repeating list, but I’m wondering how I can change a specific item.
I’ve tried adding an edit button to each cell of the repeating group. However, when I try to generate the event and select “make changes to thing,” I can’t select the desired item. Please note that the list is sourced from an external API, not from the Bubble database.
What should I do ?