Skip to content

Set Module Alert

Parameter Configuration

ParameterDescription
Alert TitleAlert title. Dynamic content can be specified using expressions to get context variables
Alert ContentAlert content. Dynamic content can be specified using expressions to get context variables
Alert TypeAlert type. Options: Success, Info, Warning, Error
Alert DurationAlert display duration (in seconds). 0 means persistent display

Usage Instructions

  1. Alert Types

    • Success: Used for successful operations, displayed in green
    • Info: Used for informational prompts, displayed in blue
    • Warning: Used for warning messages, displayed in orange
    • Error: Used for error messages, displayed in red
  2. Alert Duration

    • Set the duration in seconds. After the specified time, the alert will automatically close
    • If set to 0, the alert will remain displayed until manually closed

Usage Scenarios

  • Display success messages after successful form submissions
  • Show warning messages when validation fails
  • Display error messages when API calls fail
  • Show informational messages for important notifications