Getting error while using list operation to filter on enumeration value status as approved

2
Hi, I am using list operation to filter the enumaration value of status =  approved. But I am getting an error which I have added in screenshot below. Please help me out to resolve the same.
asked
2 answers
4

Hi Harsh,

 

You need to select the enumeration differently. You can do this with ctrl + space and select it from the window. 

 

https://docs.mendix.com/refguide/enumerations-in-expressions/

answered
0

Use the module name . approved or give the condition to string

answered