Skip to content

Process Field Minimum / Maximum Values

Both numeric and date fields allow you to specify a minimum and maximum allowed value. The min/max values can be hardcoded or they can be dynamically calculated using a formula.

For date fields, the min/max formulas can either be a specific date in ISO format (2023-12-31) or a number which represents the number of days from the current day. For instance, if today is 2023-12-31 and a minimum value of -11 is specified, then the minimum date value would be 2023-12-20.