The issue is a date String was not recognized as a valid DateTime,I am trying to add the due date, using DATEADD(week,2,RecordDate) this is returning the string error above anyone know why. The event code is this.....DATEADD(week, 2, P("CreateDate")))