Avatar

Level 2

DateOnly(@eventDate) equal to DateOnly(DaysAgo(3)) worked for me. I'm not sure what is the eventDate? Is it the date on which recipient was added to a segment ?

 

On a separate note, I run first workflow at 4pm and I want to run second workflow on next day at 3pm but only recipients who got email from first workflow should receive email from second workflow.

 

I have used all necessary conditions along with delivery recipient code. However, I'm confused about event date of recipient delivery logs. 

 

1 Should it be "on or after" as operator and "DaysAgo(1) as value for expression event date of recipient delivery logs(@eventDate) or DateOnly(event date of recipient delivery logs(@eventDate) equal to DateOnly(DaysAgo(1))?

 

2 Can I run second workflow at 3pm - first workflow time is 4pm. or should there be any changes based on above condition ?