Skip to main content

Show Message

Category: User Interface Show Message block screenshot

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

InputRequiredValue KindTypesEnum Values
messageyesexpressionstring, number, boolean, reference, array

Notes

No additional notes are available yet.

See Also

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.

kind: Pattern · format: runtime-dsl · validation: MCP fixture

Topics: dialogs, user input

Source: patterns/ex-ui-build-prompt-form.json

Download JSON

Export Spreadsheet With Save Dialog

Uses `saveFileDialog` with supported spreadsheet suffixes, writes a header row, then appends data rows.

kind: Pattern · format: runtime-dsl · validation: Schema only

Topics: spreadsheet export, save dialogs

Source: patterns/ex-spreadsheet-export-with-save-dialog.json

Download 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.

kind: Recipe · format: persisted-document · validation: Schema only

Topics: markers, subtitles, SRT export, save dialogs, marker comments

Source: recipes/ex-markers-export-active-sequence-to-srt.json

Download JSON