- Documentation
- Activities
- User Interaction
- Show Message
Display a pop-up message to the user
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Title messageTitle | string | Optional | Message | — |
Message messageText | text | Required | — | — |
Message Type messageType | enum | Optional | info | —infowarningerrorquestion |
Buttons buttons | enum | Optional | ok | —okokcancelyesnoyesnocancel |
Output Variable outputVariable | variable | Optional | ButtonPressed | — |
Output
ButtonPressedStringThe button clicked by the user (OK, Cancel, Yes, No)
Compatibility
WindowsDesktopAttended
Related activities
Ask Question
Ask the user a question and get their answer: free text, or a pick from a dropdown or a set of radio buttons
Select File
Show a file picker dialog for the user to select a file
Select Folder
Show a folder picker dialog for the user to select a folder
Wait For User
Pause until the user chooses to continue or cancel, or a timeout resumes it