Show a message action can be used to show dynamic messages in the status or notification bar.
Example of Show a message action configuration
For more information about Action Builder read Action Builder introduction article.
To configure the action Show a message additional property should be specified.
Configuration
Property |
Required |
Type |
Description |
Text |
no | String | Template expression defining the message to be displayed |
Show as |
yes | Choice |
Provides options for choosing how a message should be shown: - Status: the user can specify Status Title, Delay in seconds and Status Type - Notification: the user can specify Delay in seconds |
Status Title |
no | String | Title of displayed message |
Status Type |
yes | Choice | Type of displayed message (Information, Success, Warning, Error) |
Delay in seconds |
no | Integer | if "0" is set, the message does not disappear until the page is refreshed |
Availability
Modern Forms |
List Actions |
Scheduled/Triggered Actions |
| ✓ | ✓ | - |
Output
Output Parameter |
Type |
Description |
| MessageId | String | Returns message ID that can be used in 'Hide message' action |