function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Pumpkin1982Pumpkin1982 

Advanced Formula for Date and Time into Free Text Fields

We would like the free text fields that I have created in the Campaign Object to auto populate from the Event Start Date and Time and Event End Date and Time which are date&time fields.
 
Is there an advanced formula I could use? Or another way around this?
 
Currently getting this error message:
 
Error: formula result is data type (DateTime) incompatible with expected data type (text)
 
Thanks
rockchick322004rockchick322004
Use the TEXT() function to convert dates and datetimes into text.