Skip to main content
I want to change Checkbox1 value when DateField1 value changes in any way. How do I do this? If I create a process on record change how do I set the critera so DateField1 changed it doesn't equal anything it just changed.
1 respuesta
  1. 23 mar 2019, 16:51
    You could either make the checkbox a formula field instead of using automation. If you want to use process builder, you can either use a formula such as:

     

    ISCHANGED(your date field here)

     

    Or you should be able to use the picklists too. Date Changed Is Changed Equals True
0/9000