Conditions type field doesn't work properly when you have dot-walking on related list conditions with "OR" operation.DescriptionConditions type field doesn't work properly when you have dot-walking on related list conditions with "OR" operation. It returns "0" records.Steps to Reproduce -Create 2 field on the incident(or any other table) as below:#Field1:Type:ConditionsColumn Label:QueryAttributes: show_condition_count=true,allow_related_list_query=true,condition_builder=v2Dependent Field:Use dependent field: trueDependent on field:Table#Field2:Type:Table NameColumn Label:Table-After you created these two fields open any record in incident table.-Choose table = sys_user and in the Query field add the following queries:CONDITIONS:Active = trueRELATED LIST CONDITIONS:*choose table=roles and add the follwoing conditions on the related list conditions:Role.Name=itil-Click on the preview button, then you will see 47(or can be different but it returns some records in an OOB instance)-Then add another condition in RELATED LIST CONDITIONS with "OR" operation:Granted by=Application development-Click on the preview button againActual Behaviour: It returns "0" record.Expected Behaviour: It should return at least same record before adding last condition. Because it is an "OR" condition not an "AND" condition.WorkaroundThis issue is under review. To receive notifications when more information is available, subscribe to this Known Error article by clicking the Subscribe button at the top right of the article. If you are able to upgrade, review the Fixed In field to determine whether any versions have a permanent fix.Related Problem: PRB1355696