Show Message
Shows a blocking message dialog and then continues with the next block. Shows a simple modal message and continues after the user dismisses it. Use it only when the workflow needs in-app acknowledgement or an explicit dialog. For automated MCP or agent-driven workflows, prefer Console Log for routine progress, completion, or report messages.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
message | yes | expression | string, number, boolean, reference, array | — |
Notes
No additional notes are available yet.
See Also
- Building Prompt Dialogs: Explains how
UI Prompt FieldandUI Prompt Formwork together to build custom dialogs.
Examples
Build A Prompt Dialog
Shows how to build a multi-field dialog from several `UI Prompt Field` values and one `UI Prompt Form` block.
Topics: dialogs, user input
Source: patterns/ex-ui-build-prompt-form.json
Export Spreadsheet With Save Dialog
Uses `saveFileDialog` with supported spreadsheet suffixes, writes a header row, then appends data rows.
Topics: spreadsheet export, save dialogs
Source: patterns/ex-spreadsheet-export-with-save-dialog.json
Export Sequence Markers To SRT
Prompts for the subtitle text source first, then exports active-sequence markers to an `.srt` file while skipping empty resolved text and zero-duration markers.
Topics: markers, subtitles, SRT export, save dialogs, marker comments
Source: recipes/ex-markers-export-active-sequence-to-srt.json