You need to sign in to do that
Don't have an account?
Send email when picklist field value changes from null (blank) to a certain value.
In Process Builder, how can I trigger an email to be sent when picklist field value changes from null (blank) to a certain value?
Is the formula something like this?
ISPICKVAL(PRIORVALUE(PICKLIST_FIELD_NAME),"NULL")
Is the formula something like this?
ISPICKVAL(PRIORVALUE(PICKLIST_FIELD_NAME),"NULL")
You can use "Does Not Equals" criteria while setting criteria for your process builder condition.
Do let me know if this helps you.
All Answers
You can use "Does Not Equals" criteria while setting criteria for your process builder condition.
Do let me know if this helps you.
This will work only value changed from Null to another.