Skip to main content

Display message

Sophie avatar
Written by Sophie
Updated over a week ago

Definition and Usage

This action displays a temporary message on the screen without requiring user interaction. It allows you to show notifications with different styles and positions for a specified duration, which is useful for providing feedback or status updates during workflow execution.


Parameter Values

Input parameters

Parameter

Description

Possible Values

Required

Options / Notes

Message type

Select the message style

Success, Warning, Error, Info

Yes

Each style has a distinct visual appearance

Position

Select the position where the message will appear on the screen

Top, Bottom, Bottom right

Yes

Choose based on your UI layout preferences

Content to display

Enter the message content to be displayed

Any text

Yes

Supports variable insertion

Advanced settings

Parameter

Description

Possible Values

Required

Options / Notes

Duration (s)

Set how long the message stays visible (in seconds)

Numeric value

No

Default is 3 seconds

Error handling

Parameter Name

Description

Throw error & stop

When an error occurs, the action will trigger an error and stop the execution of the entire app.

Retry command

If an error occurs, the action will retry the command in an attempt to resolve the issue and continue the process.

Ignore error & continue

When an error occurs, the action will be ignored, and the workflow will continue without interruption.

Variables produced

This action doesn't produce any variables.


Using Variables in Conditions

You can use variables in the "Content to display" parameter by clicking the {x} button or inserting a variable icon. This allows you to create dynamic messages based on previously defined variables or the results of previous actions. When using variables, ensure that the variable type is compatible with text display.


Notes

  • The message will automatically disappear after the specified duration without requiring any user interaction.

  • Use different message types to visually indicate the nature of the information (success for positive outcomes, error for issues, etc.).

  • This action is useful for providing feedback during automation execution but does not block workflow execution while displayed.

  • For longer messages or those requiring user interaction, consider using a dialog box action instead.

Did this answer your question?