Show Confirmation Popup
Last updated
Last updated
The Show Confirmation Popup
block is used to present a popup containing a message or any other information to be shown the user. The modal popup presents both the OK and the Cancel buttons. This block is designed to get a confirmation from the user before carrying out subsequent actions.
The block consists of the following (from top to bottom):
The image below shows an example of the Show Confirmation Popup block used confirm before proceeding to delete a record from the app's database.
Title: that accepts a value to use for the title of the popup.
Message: that accepts a value to use for the message to be shown.
Customization: Optional that accepts a value with properties for .
OK Tasks: a where you connect blocks that specify what you want done if the user chooses the OK option.
Cancel Tasks: a where you connect blocks that specify what you want done if the user chooses the Cancel option.