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
Jagadesh BandaruJagadesh Bandaru 

process builder - Summer 19 Critical Update

Can someone help me understand this critical update --

https://releasenotes.docs.salesforce.com/en-us/summer19/release-notes/rn_forcecom_flow_cruc_criteria.htm

It says "If you have a process with the Do you want to execute the actions only when specified changes are made to the record? option selected, or it uses the ISCHANGED() function in your criteria, this update could cause the process to behave differently." Does this mean we should not use ISCHANGED() in the criteria everywhere and rather split ISNEW() and ISCHANGED() to different decision loops?