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 件の回答
  1. Smitha Thomas (CIBC) Forum Ambassador
    2024年11月19日 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