Skip to main content

I have a SOQL Query Source that will run with 1 condition but fails when I add a 2nd condition.   Is this a limitation or do I have an error with my SOQL query?  The 2nd condition is a picklist field.

 

Select ID, Days_Follow_up_Past_Due__c, Credentialing_Stage__c FROM Facility_Privilege__c WHERE Days_Follow_up_Past_Due__c = 1

AND Credentialing_Stage__c IN (‘New’, ‘Requested’, ‘Mpower Cred Process’, ‘App Submitted’, ‘Temporary’, ‘Approved’)

0/9000