Set Module Alert
Parameter Configuration
| Parameter | Description |
|---|---|
| Alert Title | Alert title. Dynamic content can be specified using expressions to get context variables |
| Alert Content | Alert content. Dynamic content can be specified using expressions to get context variables |
| Alert Type | Alert type. Options: Success, Info, Warning, Error |
| Alert Duration | Alert display duration (in seconds). 0 means persistent display |
Usage Instructions
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
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

