Alert variable form in RPA Hub
Use the Alert variable form to create a variable for an alert rule message configuration.
| Field | Description |
|---|---|
| Variable Name | Name of the alert variable. |
| Alert Rule | Name of the alert rule. |
| Index | Order of the alert variables in the message. Default sort order for alert variables is ascending order. |
| Is Scripted | Option to verify the usability of the script. This option adds an advanced data fetch script. |
| Is Threshold value | Option to verify the usability of the threshold value. |
| Table | Field that indicates the table that is selected for this alert
variable. For example, the bot process. |
| Field | Field of the table to be mapped. For example, the name of the bot process. |
| Script | Text field that accepts JavaScript code input and provides
controls, such as syntax checking and formatting. For example, to
return a value that is data for an alert variable, enter
data as
follows:
.This field appears when the Is Scripted option is selected. |