How To Use
This component can be used through the Client Actions that are available:
The layout of the alert dialog might differ between browsers and their configurations. The screenshot examples below were captured using Edge.
ShowAlert
Displays an alert window with the provided text, the alert is purely informational and does not provide output control variables. The Demo provides an example when clicking on the "Show Alert" button.
ShowConfirmationMessage
Displays a confirmation message dialog, prompting the user to either accept an action (by pressing an "OK" button) or cancel it. The action provides an output variable, IsConfirmed that will return the selection of the user and can therefore be used as part of a control statement. The Demo provides an example that shows different Feedback Messages depending on the user selection after clicking on "Show Confirmation Message".
Displays a dialog prompt, allowing the user to enter text in free-form. The action provides an output variable, EnteredText, that will return the input of the user and can therefore be used for additional logic. The Demo provides an example that shows a prompt dialog after clicking on the "Show Prompt" button.