Adding Confirmation to Actions

Confirmation obtains confirmation from the user before the action is executed. This feature prevents accidental triggering of particularly critical actions.

Steps

  1. Log in to the Kuika platform and open your project from the Apps screen.
  2. In the UI Design module, open the Properties panel on the right side.
  3. Add an action from the +ADD ACTION menu.
  4. Click on the three dots icon on the top right corner of the action you want to add Confirmation to.
  5. Select Add Confirmation from the menu that opens.
  6. A text input box titled Confirmation Message is automatically added to the action.
  7. Type the confirmation message. By default the message is “Confirm”; you can change this.

Mode of Operation:

  • When the action is executed, the added confirmation message is displayed as a Pop-up.
  • If the user gives confirmation, the action is executed, otherwise it is canceled.

Example:

By adding Confirmation to the action of deleting a user record, the message “Are you sure you want to delete this record?” can be displayed. This prevents accidental data loss.