Trying to use this formula BLANKVALUE
( ISPICKVAL( Activity_Type__c ,"")),'Email'). Error: Syntax error. Extra ','
Below is the screenshot for your reference.
I cannot use Process builder and workflow because these custom fields are on Activity Object.
Thanks
Lakshmi
19 réponses
Forum Ambassador Eric Praud (Activ8 Solar Energies)
Again, the value wouldn't show in Activity_Type. Now it's weird it says Email everywhere for the other values. What if you try my very first formula with a small change ?
IF(ISBLANK( TEXT( Activity_Type__c )),'Email', TEXT (Activity_Type__c ))