The Confirmation action on the Kuika platform is used to obtain explicit confirmation from the user before a transaction. This action ensures that the user is informed and their approval is obtained before irreversible or critical transactions (such as data deletion, session closure, process termination, etc.) are carried out. This structure improves the user experience and prevents erroneous transactions.
The Confirmation action should not be confused with the simple ‘confirmation’ feature within an action. The confirmation feature within an action only prompts the user for a short confirmation message before the relevant action is triggered and is typically sufficient for single-step actions. However, the Confirmation system action is used for more advanced confirmation scenarios; for example, if the user confirms, a transaction is initiated, and if they decline, they are redirected to a different action. This distinction allows developers to design pre-transaction confirmation flows in a more flexible and controlled manner.
Technical Features