May 27, 2024 10:19 AM
May 27, 2024 04:31 PM
Hi @Lisa_Wetherby,
DATEADD and IF statements need to be separated.
IF({Send Initial Email},
DATEADD({Initial Email Sent}, 2, 'week'),
DATEADD({FastTrack Initial Email}, 1, 'week')
)
May 30, 2024 07:27 AM
Nope.
I thought the problem might be that Send Initial Email is a field and Initial Email And FastTrack Initial Email are options in that field, so I played around with that some. Still didn't get it to work.