You need to sign in to do that
Don't have an account?

Process Builder need formula help please?
So my process creates a completed task when a lead get generated, but my formula is written incorrectly. I need the task to only happen when the lead is only requesting Canis Major/Canis Minor Program.


Can someone help me write the formula please??
Thank you Adeline
Can someone help me write the formula please??
Thank you Adeline
What is the Field Name?
Would you also like to check the Lead Email is blank or not?
Thanks
I do want the code for blank email in there.
I also need the "requested" field to only be Canis Major/Canis Minor Program
Please use the below formula:
NOT(ISBLANK([Lead].Email)) && ISPICKVAL([Lead].requested,'Canis Major/Canis Minor Program')
If Requested is custom field means then please append the ( __c ) in the end of field name in formula i.e requested__c .
Can you please let me know if it works or not!!!
Thanks