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 件の回答
Smitha Thomas (CIBC) Forum Ambassador
You can create a new formula field and choose Date/Time as the formula return type and formula logic --> IF(Checkbox__c, NOW(), NULL)