Select the relevant screen from the UI Design module.
For example, create a “Delete” or “Send” button.
Select the button and add the Condition > Confirmation action from the + ADD ACTION menu according to the desired trigger event (Initial Actions, OnClick, OnBlur, etc.).
Configure the following parameters:
Confirmation Message (String - required): The explanatory message to be displayed to the user.
Confirmation Header (String - optional): Specifies the title of the confirmation box.
Confirmation Icon (String - optional): The icon to be displayed to the user (e.g., “warning,” “info,” ‘check’).
Icon Background Color (String - optional): The background color of the icon (e.g., “#FFCC00” or “red”).
Font Family (String - optional): The font to be used in the text.
Set all parameters as fixed values or based on data sources.
If the user clicks “Confirm,” the next actions are triggered; if they click “Cancel,” the process is canceled.