Range Test

This column contained a value that had a valid format, but fell outside the valid range for the field.

For range-limited fields, in addition to column type checking, an additional check is performed to confirm that the values provided fall within the expected range. This allows for the confirmation of logical constraints. For example, a field that is a percentile may be constrained to only allow numbers between 0 and 100. Submitting a value of 1000 in a field with that constraint would result in this error message.