2 个回答
Hi Jennifer, Unless you're using Process Builder to populate the date/time value on that field, then PB isn't even needed. You can use a formula text field with the following:
IF(ISBLANK(Date_Time_Field__c), "No", "Yes")
Be sure to "treat blank fields as blanks"
You can replace the "No" with null if you don't want anything displayed instead of it saying "No"