I am getting error "Internal Error Occurred " Please see attached scre

I am getting error "Internal Error Occurred " Please see attached screen shot.
Checked log but in log only DB related errors are there . Any pointes related to this error will be helpful.

OriginalPostID-165361

OriginalPostID-165361

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Hi Poojas, I think the value in the "value" property of dropdownfield component is not match with the any value of 'choiceValues' array. In your case, value is "Appointment" and choiceValues is null or no 'Appointment' value has given in choiceValues array.
    It should be configure as follows,
    a!dropdownField(

    choiceLabels: {A,B},
    choiceValues: {A,B},
    value: "A"
    )
Reply
  • 0
    Certified Lead Developer
    Hi Poojas, I think the value in the "value" property of dropdownfield component is not match with the any value of 'choiceValues' array. In your case, value is "Appointment" and choiceValues is null or no 'Appointment' value has given in choiceValues array.
    It should be configure as follows,
    a!dropdownField(

    choiceLabels: {A,B},
    choiceValues: {A,B},
    value: "A"
    )
Children
No Data