function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
neta montianoneta montiano 

Process Builders - sending an email only when field is updated.

Hey
I have a question about the conditions for sending an email alert.
What are the Conditions That I should do when the field is updated and only then the customer receives an email.
The field is a text type. and how do i make the same process to two objects.

THANK YOU SO MUCH.
 
ShirishaShirisha (Salesforce Developers) 
Hi Neta,

Greetings!

You can simply check if the field is changes or not,if it is changed/updated to some value then send email.Otherwise,if you have specific value then you can check something like this.

Field is equalts to "Somevalue" in the criteria section.

Here is the sample process builder which sends an email.

https://automationchampion.com/tag/send-an-email-process-builder/

Please mark it as best answer if it helps you to fix the issue.

Thank you!

Regards,
Shirisha Pathuri

 
neta montianoneta montiano
Hey You! Thank you for you answer.
Unfortunately the option "IS CHANGED" does not work in this case. And the option "equal"  - "Boolean" does not appear. Maybe because the field is a text type.
So you say i should do like this?
Operator: Equals
Type: String
Value: "Somevalue"