Skip to main content
September 11, 2024
Question

Expression evaluation error [evaluation ID = D7MQR]

  • September 11, 2024
  • 6 replies
  • 0 views

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.

6 replies

September 11, 2024

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 

September 11, 2024

Constant with 3 Text Values

September 11, 2024

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.