Skip to main content
September 1, 2023
Question

Accept a value within a specific Range of Integers

  • September 1, 2023
  • 1 reply
  • 0 views

I'm trying to solve a problem where we should allow only the values between 1-10 as inputs for a specific record. Can anyone suggest me a method to solve this?

    1 reply

    stefanhelzle0001
    Brainy
    September 1, 2023

    Appian expressions provide an if() statement and operators to make comparisons.

    https://docs.appian.com/suite/help/23.3/parts-of-an-expression.html#comparison-operators

    Then, input fields have a validation parameter the validate entered values.