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
balaji kharadebalaji kharade 

Ischanged and Isnew in a workflow

Hi All,

I am trying to create a workflow which will update a field when a new record is created new or when a particular field is updated using the formula as below. This formula works when a new record is created but fails when an update happens on it.

Any suggestions?

IF(OR(ISNEW(), ISCHANGED(MDM_DUNS_NUM__c)),"1","2")

thanks in advance
 
CLKCLK
You should have workflow criteria as 'everytime its edited'
SteveMo__cSteveMo__c
Can you post a screenshot of the WFR you're using and the records you tested it with?