Skip to main content

User Interface

Blocks for interacting with the user and the host environment: custom prompt dialogs, clipboard access, file/folder pickers, and simple feedback while a graph is running.

Guides

  • Building Prompt Dialogs: Explains how UI Prompt Field and UI Prompt Form work together to build custom dialogs.

  • Confirm: Shows a confirmation dialog and returns true or false depending on the user's choice.

  • Console Log: Writes a value to the Automation Agent log for debugging and user feedback.

  • Open File Dialog: Opens a file picker and returns the selected file path as a string.

  • Open Folder Dialog: Opens a folder picker and returns the selected folder path as a string.

  • Read Clipboard Text: Reads plain text from the system clipboard.

  • Save File Dialog: Opens a save dialog and returns the chosen output path as a string.

  • Show Message: Shows a blocking message dialog and then continues with the next block.

  • UI Prompt Field: Creates one field definition that can later be shown inside a prompt dialog.

  • UI Prompt Form: Shows a dialog built from one or more UI Prompt Field definitions.

  • Write Clipboard Text: Writes plain text to the system clipboard.