Field Settings & Validation
Configure a field beyond its label: validation bounds on numbers and text, and the machine slug that formulas and routing rules use to refer to it.
Updated
Field Settings & Validation covers the per-field configuration that goes beyond a label and the Required switch. On a Number field you can set Min and Max bounds so out-of-range values are caught at the form, and in the Content tab's Advanced section you can edit the machine slug that formulas, routing rules, and the API use to refer to the field. This is for Administrators building a workflow's form, and it's available on all tiers. You'll need a workflow whose Form tab already has a Number field on it.
Who this is for: admin.
Put a minimum and maximum on the number field
When a number needs to fall inside a known range — a purchase amount, a headcount, a percentage — bounds on the field stop bad values before a request is ever submitted. Note that the extra-validation surface is exactly Number Min/Max and Text Box Max Length, with integer-only inputs: there is no regex or pattern rule, no content validation, and no per-field custom error message.
-
Sign in as an Administrator.
-
Click the number field you want to bound (Amount in the example screenshots) to open its card.

Screenshot for Put a minimum and maximum on the number field: Click the number field you want to bound (Amount in the example screenshots) to open its card. -
Click Settings to open the type-aware options for the field.

Screenshot for Put a minimum and maximum on the number field: Click Settings to open the type-aware options for the field. -
In Min, enter the lowest value a submitter may enter — the example uses
5.
Screenshot for Put a minimum and maximum on the number field: In Min, enter the lowest value a submitter may enter — the example uses 5. -
In Max, enter the highest value a submitter may enter — the example uses
500.
Screenshot for Put a minimum and maximum on the number field: In Max, enter the highest value a submitter may enter — the example uses 500. -
Press
Tabto commit the value.
Screenshot for Put a minimum and maximum on the number field: Press Tab to commit the value.
Change the number field's machine slug
The slug is the short machine name formulas, conditions, and the API use to refer to a field, so a readable slug makes those rules easier to maintain. The Slug is always shown in the Advanced section, but the editable input only appears when the workflow permits slug editing (mailbox flows, for example, do not) — and changing a slug breaks any formula or condition that referenced the old one.
-
Click Content to return to the field's question, help text, and advanced options.

Screenshot for Change the number field's machine slug: Click Content to return to the field's question, help text, and advanced options. -
Click Advanced to expand the section holding the slug.

Screenshot for Change the number field's machine slug: Click Advanced to expand the section holding the slug. -
In field_slug, enter the machine name you want formulas and routing rules to use for this field — the example uses
total_cost. Typed values are sanitized to lowercase and underscores.
Screenshot for Change the number field's machine slug: In field_slug, enter the machine name you want formulas and routing rules to use for this field — the exa -
Press
Tabto commit the value.
Screenshot for Change the number field's machine slug: Press Tab to commit the value.