I have repeating group that shows items from a custom state, when the user deletes an item from the RG (by clicking a delete button in the cell), the item will be deleted from the database, the cell will clear but still stay as an empty cell.
It seems that since it is reflecting from the custom state, the index still stays in place, despite this cells thing being deleted.
I tried “clear list” on the RG, no luck.
Another option would be to “minus item” current cell’s thing from custom state before the delete action, but since this cell reflects the custom state, and now its removed from the custom state, i wont have a “current cell” reference fot deleting.