Adding Confirmation to Actions

Confirmation allows you to get confirmation from the user before an action is executed. It is used to prevent accidental triggering of the action, especially for critical operations.

Steps to Add Confirmation to Actions:

  1. After logging into the Kuika platform, open the project you will work on from the “Apps” screen.
  2. While in the “UI Design” module, open the “Properties” panel on the right side.
  1. Add an action from the “+ADD ACTION” drop-down menu.
  2. Hover over the action you want to add Confirmation and click on the three dots icon in the upper right corner.
  1. Select Add Confirmation from the drop-down menu.
  2. A Text Input Box under the title Confirmation Message will be automatically added to the action.
    • You can type the confirmation message that will be displayed before the action is executed. The default message is “Confirm”; you can delete it and add your own message.
    • The added Confirmation will be displayed as a Pop-up message during the execution of the action.
    • When you confirm, the action is executed, otherwise it is canceled.
    • For example, Confirmation can be added to a user record deletion action to show the message “Are you sure you want to delete this record?”. This prevents accidental loss.