• Setting datetime field as date.now() when other field changes (in a case)

    Hi there, I have two related fields in a case detail screen - case_root_cause and case_root_cause_datetime. I am trying to set the datetime field to date.now() when the case_root_cause field is changed to be no longer empty. I tried to do this by using…