Skip to main content
Christopher Pustizzi (Self) a posé une question dans #Formulas

I want to create a formula Date/Time field - that when a checkbox field is TRUE - populate the Date/Time or stay NULL (when checked FALSE).

 

Can this be done or is a Flow easier? 

1 réponse
  1. Forum Ambassador Smitha Thomas (CIBC)
    19 nov. 2024, 19:56

    Hi @Christopher Pustizzi,

     

    You can create a new formula field and choose Date/Time as the formula return type and formula logic --> IF(Checkbox__c, NOW(), NULL)

0/9000