Delete an element in a repeating group with a pop-up

Hi,

When I want to delete an element in a repeating group, I have a pop-up that ask me if I am sure to delete this thing. The problem is in the workflow, on the button “supprimer” it proposes me to delete the repeating group but not the “current cell event”. How can I do that?

Thanks a lot

1 Like

Hi,
You button SUPPRIMER has to refer to the event you want to delete.

What you could do :
When icon trash clicked => send the Event in a Custom State of the group with the SUPPRIMER & ANNULER buttons
so then you want to delete the event, you can refer the Group’s Custom States’s Event

Is it understandable ?
Tell me back if you have more questions.

1 Like

Thanks Nicolas for your answer :smile:

1 Like