Where the Options section is available, you can define options to be used within the element definition (e.g. Failure, Anomaly, Automation), and whose value can be redefined by the end-user within the DPS page through the Options widget.
Options can be used in the element definition by including placeholders within the form fields.
For instance, you can define a metric based condition to activate and event in case the temperature is over a certain threshold.
.png?sv=2022-11-02&spr=https&st=2025-11-06T07%3A10%3A49Z&se=2025-11-06T07%3A21%3A49Z&sr=c&sp=r&sig=ddcjeujgA5KYBTeo2%2Fx15SEzAWmmjBUsaUYjYL7V9oc%3D)
Where maxTempOption is the name of the option, which also define a default value.
During event evaluation, the backend verifies the presence of an option with a redefined value, and if found, the new threshold is used instead of the option default value.