Skip to main content
Known Participant
November 5, 2021
Question

Interface

  • November 5, 2021
  • 2 replies
  • 8 views

nterface Definition: Expression evaluation error at function a!dropdownField_20r2 [line 323]: A dropdown component [label="New Case Owner"] has an invalid value for "choiceValues". Choice values cannot be null.

    2 replies

    neelimaj9065
    New Participant
    November 5, 2021

    Hi Nikhila,

    I think one of the values in an array you used in Choice values is a NULL which is not accepted by dropdownField. Please check the choice values and remove nulls if there are any.

    Neelima J
    richardm900458
    Inspiring
    November 5, 2021

    neelimaj is right here.
    the choicevalues need to be without null. I would recommend a proper string array.