Show Information Popup
Last updated
Last updated
The Show Information Popup
block is used to present a modal popup containing a message or any other information to be shown the user. The modal popup is pre-configured to present only the OK button for closing the popup.
The block consists of the following (from top to bottom):
Title: Value Parameter that accepts a text value to use for the title of the popup.
Message: Value Parameter that accepts a text value to use for the message to be shown.
Customization: Optional Value Parameter that accepts a object value with properties for customizing the popup.
Closed Tasks: a Flow Parameter where you connect blocks that specify what you want done after the popup is closed.
The image below shows an example of the Show Information Popup block used to present a message.