I need a “Delete Profile” button that opens a confirmation dialog with two options: Delete and Cancel. Confirming should proceed with deletion of the user profile; Cancel should dismiss the dialog. How can I implement this? Also, is there a way to end the user session after the profile is deleted?
Add a button with a ‘Show New Screen’ → ‘This Item’ action on the user detail screen. I like to set it up as an overlay. Put some text on that new screen asking if they want to delete. Then add two buttons. A Cancel button with a Go Back action and a Delete button with a Delete action.
2 Likes