Deleting data in a repeating group with caution

How to show a warning to the user before deleting data in a repeating group. Thanks in advance

instead of deleting the data open a popup and pass the data to it.
Then in the popup add a button to close it and a button to confirm and actually cancel the data.

Please how do I pass the data into it

https://manual.bubble.io/core-resources/actions/element#display-data-in-a-group-popup

You use the action display data in a workflow.
Select the popup and the data to display (current cell thing or anything you want).
The data type of the popup must be of the same type of the data you want to display.

Thanks to you all. It worked. I’m forever grateful