Can anyone help me to get it correct. I'm filtering opportunities based on the below filter expressions in in Next best action Strategy builder. I have also tried to modify filter expression using || and && in place of AND and OR. But still I'm receiving an error, but it's not showing what is the error'
Filter Expression:
AND( OR( $Record.Bid_Deadline__c = TODAY(), $Record.Bid_Deadline__c < TODAY()
), OR( $Record.Commencement_Date__c > $Record.Bid_Commencement__c + 14, $Record.Commencement_Date__c < $Record.Bid_Commencement__c - 14 ))