Hi,
This is Ajay and I am learning appian 24.3 since a week. I am stuck with below error. Same code is working fine in 1 Process but getting below error with other Process Model. Can someone pls help me to get this resolved.
/* Code */
/* Error */
Error Evaluating UI Expression Expression evaluation error [evaluation ID = D7MQR] in rule 'pm_rentalview' : A dropdown component [label="Status"] has an invalid value for "value". All selected values must be present in the choiceValues array, but value was Not Paid and choiceValues was Paid; Not Paid; On Advance.
Discussion posts and replies are publicly visible
Hi, please share a screenshot of your constant and check if it is of type multiple because as we can check from the error the choice values are converted to a single string
Constant with 3 Text Values
Process Model is to Update the "Rental Status" field. Present value is "Not Paid". In Interface, i am using Text field to View and Dropdown to update with ReadOnly True / false conditions. Till view it's working and when i am trying to update the record, Getting this error.
Can you share the code for the interface
Please refer the above screenshot where I have tried to generate a similar error message please check if you have done the similar thing anywhere in your code
Hey... I am sorry. Thanks for your help and suggestions. I did small Mistake. Issue is beacuse of SPACE. Instead of "Not Paid" it was wrongly added as " Not Paid". It's working now after correction.