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=2026-01-20T02%3A28%3A18Z&se=2026-01-20T02%3A39%3A18Z&sr=c&sp=r&sig=jD0dPSKlPLbNiW8N28cCxO%2FUjSqW24iYBL4%2F2c6O5VE%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.