Skip to main content

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 件の回答
  1. 2022年2月7日 19:56

    ISNEW() && ISBLANK(TEXT([Account].Account_Type__c)) && NOT(ISBLANK([Account].DOZISF__ZoomInfo_Id__c))

0/9000