Skip to main content
kavyam0002
August 21, 2023
Question

error in dropdown

  • August 21, 2023
  • 2 replies
  • 0 views

can anyone suggest me why is the error

    2 replies

    August 21, 2023

    I've noticed that you're storing the selected value within an integer-type rule input. I recommend verifying the data type contained within the local variable 'la credit actions'. Additionally, confirm whether this local variable contains a list of data.

    stewart.burchell
    August 21, 2023

    It's saying that your dropdown uses a list of valid values  (held in local!laCreditActions) but that actual value assigned to the component (ri!requestedId_int) isn't in that list. Note that both the value and the data type of the value have to match (a mismatched type might explain why the error messages seems to be telling you the value being used does appear to be in your list of valid values)