Skip to main content

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 respuesta
  1. Smitha Thomas (CIBC) Forum Ambassador
    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