Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

Integer Field Default Validation Message

Hi All,
I am in V 7.8 and I am not sure if anyone is facing the issue, this is the code which is present in my rule
a!integerField(
label: "ID:",
labelPosition: cons!LABEL_POSITION_ADJACENT,
value: local!ID,
saveInto: local!ID,
validations: {}
)

and I do not have any kind of validations for this integer field,
But here are the validation messages which I get,
1.On entering ID of length > 20 "The value provided is too large." is appeared below the field.
2.On entering ID of length 12-20 "The value provided is too small." is appeared below the field.
3.On entering ID of length <11 nothing is appearing.
is this the expected behavior ?

OriginalPostID-240517

  Discussion posts and replies are publicly visible