Skip to main content
Aamir Dalvi preguntó en #Formulas

I have one checkbox and I'm trying to create one date field.  On the day checkbox checked, the date of the day reflect in that field.

3 respuestas
  1. 29 mar 2022, 10:53

    You wouldn't do this with a formula,  you would do this with a record triggered flow. The record trigger would be when the record is updated and when that checkbox is changed to true. You will then do a record update that sets the date field to TODAY() or date/time field to NOW().

0/9000