Skip to main content
November 5, 2021
Question

Interface

  • November 5, 2021
  • 2 replies
  • 0 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
    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.

    richardm900458
    November 5, 2021

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