I have a bunch of videos (uploaded to ziggeo) that are displayed on a page in a repeating group. Everything works fine except when the user clicks on the delete checkbox to delete the video.
I am using a custom state (of type list of texts) to capture the videoId of all the videos that the user checked and then mark them deleted when the user clicks a trash button.
The custom state is always empty - meaning no videoId’s are stored in it.
This is how the state workflow looks like:
I am not sure what I am missing…need some help to figure out the mystery.