Wednesday, January 10, 2018

Checking for a changed value on a New Record

When using the Process Builder the conditions for a Changed value will not always be met for a new record.   That is to say that when you add a record, even though the fields all have new values, they will not fire an is changed condition.  This means that you also have to trigger the Process Builder on an ISNew criteria.   But at this time, Process Builder does not allow you to check if the record is new without dropping to a formula. 

So instead of doing something like this:


You have to do convert to a formula and do something like this:

No comments:

Post a Comment