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
NewCoderBoyNewCoderBoy 

workflow rule to update a date field

hello,
I'm having trouble with creating the formula syntex for a date field update.  I am trying to get a custom date field to update.  the field is called "Survey Sent Date and it is on a custom object called Special Events.   i have email alerts set up to send out an email 24 hours after the date listed on another field called "End Date" that's on the special events object.   so I was wondering how can i write the formula for the Survey sent date as an immediate workflow action based on the date entered from End Date.  the date in (Survey Sent Date field) should be 24 hours away from the End date.  I hope this makes sense.  any help would be greatly appreciated. 

Thanks!
 
SaranshSaransh
Survey Sent Date = End Date + 1
NewCoderBoyNewCoderBoy
thank you but how do you write this in a formula value(date)?   I'm sorry i didn't mention this is a date date field type. 
 
SaranshSaransh
Simply write <EndDate> field name + 1