Appian Community
Site
Search
Sign In/Register
Site
Search
User
More
Cancel
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
I'm looking for...
State
Not Answered
+1
person also asked this
people also asked this
Replies
5 replies
Subscribers
7 subscribers
Views
1622 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
I am getting error "Internal Error Occurred " Please see attached scre
poojas
over 8 years ago
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
Vinod Bongoni
Certified Lead Developer
over 8 years ago
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"
)
Cancel
Up
0
Down
Reply
Verify Answer
Cancel
Reply
0
Vinod Bongoni
Certified Lead Developer
over 8 years ago
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"
)
Cancel
Up
0
Down
Reply
Verify Answer
Cancel
Children
No Data