Button Confirmation

Hello, I just want to request a button with a confirmation pop up.

Use cases:
Delete button - Confirm to delete?
Submit Button - Confirm to submit?

Hope this will be a feature soon!

Ya…gotta build it yourself at the moment. Typically

  1. a button to show new screen
  2. Button bar on that screen to cancel (go back action) or confirm (delete)

There are fancier ways to keep everything on the same screen, but those ways count against your update quota now.

4 Likes

Create user specific column to record click… then substitute that button with double button… left for cancel, right for confirmation… base visibility condition for both buttons on that usc column. Use custom action option to write and clear this column…
Much more effective than what you are requesting… you can add multiple actions to that process

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.