Online documentation, manuals and tutorials
< All Topics
Print

ShowMessageBox

Description

This Action is used to display Info, Error or Question message boxes.

Properties

Specific

Message type

Enum

Defines the message box that will be displayed:

  • Info

Alt text

  • Error

Alt text

  • Question

Alt text

Message

EXPRESSION (string)

The content of the message to be displayed.

Buttons

EXPRESSION (array:string)

This property needs to be defined only for the Question message box. An array of strings is expected here, where each string is mapped to a button, eg ["Save", "Don't Save", "Cancel"]. It is necessary to add one output in the “Flow – Outputs” section for each button, through which the Flow execution will continue if that button is pressed.

Inputs

seqin

SEQ | MANDATORY

A standard sequence input.

Outputs

seqout

SEQ | OPTIONAL

A standard sequence output.

Examples

  • Keyboard, Keypad and Message Box
Page content