I want to delete an item from a repeating group when user click the delete icon that is inside the repeating group.
It would be easy to delete the thing from the repeating group but I want a confirmation page where user has to click either ‘Yes Delete It’, Or ‘Don’t Delete It’ in order to be the thing deleted.
When User clicks ‘Yes Delete It’, I want to delete the selected thing from the repeating group.
How should my workflow look like to identify the selected cell?
I use a popup for the confirmation page and it’s the child of the group of the repeating group.
…
I’m using the change thing command because I don’t really delete the thing, just hide it by only showing things that destroy’s value is “no”.
I created a destroy value that is set to “yes” when user clicks ‘Yes Delete It’.
This is my current workflow but it doesn’t change the value of the thing: