The Slider field is a horizontal-slider input for numeric values. Use it where the range is fixed and small enough that a slider is more intuitive than a number input — for example rating fields (1–5) or security level pickers (1–3).
Conditional options
- Minimum Value (Required) — lower bound of the slider.
- Maximum Value (Required) — upper bound.
- Increment — the step size between two adjacent positions on the slider. Defaults to 1. Use a smaller value for finer-grained pickers (e.g.
0.5for half-steps). - Default Value — the position the slider starts at when the form opens for a new row.
Where Slider is used by the platform itself
The User Input View's Security Level setting is a Slider (Min 1, Max 3, Increment 1) — the three values map to the three security tiers described in the User Input Views section.