Using List type fields that use choices for selections rather than a reference table not working as expected in Condition BuilderIssue OOB, a List type field uses a reference to a Table. The List type field accepts multiple references rather than just one. This reference field value (example: sys_user(User)) may be removed and the Related List 'Choices' may be populated with specific Choice values. The end effect is that on a form, rather than expanding the List field and using a magnifying class to select values, a dropdown is used. In a Condition Builder, selecting choices is not possible for List field types, and rather, a different fashion of search must be used. See below. ReleaseOrlando+CauseIf using a List type field in a Condition Builder, the List field (using Choices rather than a referenced table) will appear as: The value of the list field will be a comma-separated list of values (like "network,software,hardware,database"), and you'll be able to use it in a condition builder, but the query will act like a normal String query, and you'll only get a simple text input after the operator in the condition builder.ResolutionTo apply values, string text must be used that matches the choice 'value'. If more than one needs to be selected, use comma-separation.