Tring to create a PB NOD - formula that evaluates to true and I am having issues:
ISNEW && Account Type (Picklist) IS BLANK && Zoom Data (text field) IS NOT BLANK
I keep getting "missing ," error
3 件の回答
ISNEW() && ISBLANK(TEXT([Account].Account_Type__c)) && NOT(ISBLANK([Account].DOZISF__ZoomInfo_Id__c))