Delete button with confirmation Create popup possible?

Yes, first use the action to set column value to be true on your delete button to bring up the modal box screen and confirmation button. Set the visibility conditions to hide/unhide the delete button, modal box, and confirm button.

The second is to give an action to the two yes/no confirmation buttons to delete the row or cancel with the action set column value to false.

You need CSS to form the modal box screen, it can be found in the link below:

1 Like