Skip to main content
Christopher Pustizzi (Self) 님이 #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개
  1. Smitha Thomas (CIBC) Forum Ambassador
    2024년 11월 19일 오후 7: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