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
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().